File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.0.1] - 2020-12-05
10
+
9
11
### Fixed
10
- - Allow integer and boolean as subtable values in IncidentsClientDecorator (#1 )
12
+ - Allow integer and boolean subtable values in IncidentsClientDecorator (#1 )
11
13
12
14
## [ 1.0.0] - 2020-07-23
13
15
14
16
First stable release
15
17
16
18
17
- [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v1.0.0...HEAD
18
- [ 1.0.0 ] : https://github.com/brotkrueml/schema/releases/tag/v1.0.0
19
+ [ Unreleased ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.0.1...HEAD
20
+ [ 1.0.1 ] : https://github.com/brotkrueml/jobrouter-client/compare/v1.0.0...v1.0.1
21
+ [ 1.0.0 ] : https://github.com/brotkrueml/jobrouter-client/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = u'1.0'
29
29
# The full version, including alpha/beta/rc tags
30
- release = u'1.0.1-dev '
30
+ release = u'1.0.1'
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 20
20
*/
21
21
final class Version
22
22
{
23
- private const VERSION = '1.0.1-dev ' ;
23
+ private const VERSION = '1.0.1 ' ;
24
24
25
25
public function getVersion (): string
26
26
{
You can’t perform that action at this time.
0 commit comments