Skip to content

Commit b44f73e

Browse files
committed
Update version to 0.10.0
1 parent 81a4324 commit b44f73e

File tree

2 files changed

+27
-13
lines changed

2 files changed

+27
-13
lines changed

ChangeLog

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,28 @@
1-
## Unreleased
1+
## [Unreleased]
22

3-
- Add -z, --silent option for beep prevention (old Debian patch)
4-
- Add -p, --pointer option for capturing the mouse pointer
5-
- Fix segfault when using $t special string in the filename
6-
- Use .png extension when no file extension is passed
7-
- Fix several static analysis issues and add Clang static analysis to CI
8-
- Add SPDX license identifiers (this software uses MIT-feh license)
3+
## [0.10.0] - 2021-03-29
94

10-
Tue 23 Mar 04:26:49 CET 2021 Patryk Obara <dreamer.tan@gmail.com>
11-
* Bundle giblib to make it easier to build the program.
12-
* Rewrite buildsystem in Meson, as it's much easier to maintain.
13-
* Add rudimentary GitHub CI.
14-
* Fix several warnings.
5+
### Added
6+
- Add -z, --silent option for beep prevention (old Debian patch).
7+
- Add -p, --pointer option for capturing the mouse pointer.
8+
- Add SPDX license identifiers (this software uses MIT-feh license).
9+
- Add Clang static analysis to CI.
10+
11+
### Changed
12+
- Fix segfault when using $t special string in the filename.
13+
- Use .png extension when no file extension is passed.
14+
- Fix several static analysis issues and add Clang static analysis to CI.
15+
- Start relicensing new changes to OSI-approved MIT license.
16+
17+
## [0.9.0] - 2021-03-23
18+
19+
### Added
20+
- Add rudimentary GitHub CI.
21+
- Bundle giblib to make it easier to build the program.
22+
23+
### Changed
24+
- Rewrite buildsystem in Meson, as it's much easier to maintain.
25+
- Fix several warnings.
1526

1627
Sun Aug 15 22:48:11 GMT 2010 Patryk Obara <patryk.obara@gmail.com>
1728
* Anonymous patches from Debian: man fixes and -u, --focused
@@ -144,3 +155,6 @@ Thu Oct 26 14:09:52 2000 Tom Gilbert <gilbertt@linuxbrit.co.uk>
144155

145156
* Created scrot.
146157

158+
[Unreleased]: https://github.com/dreamer/scrot/compare/v0.10.0...HEAD
159+
[0.10.0]: https://github.com/dreamer/scrot/compare/v0.9.0...v0.10.0
160+
[0.9.0]: https://github.com/dreamer/scrot/compare/scrot-0.8...v0.9.0

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('scrot', 'c',
2-
version : '0.9.0',
2+
version : '0.10.0',
33
license : 'MIT-feh',
44
default_options : ['c_std=c11', 'b_ndebug=if-release'],
55
meson_version : '>= 0.49.0')

0 commit comments

Comments
 (0)