Skip to content

Commit 8f90589

Browse files
chore: prepare next development iteration
1 parent 9446439 commit 8f90589

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
## [4.3.0] - 2020-02-28
1515
### Changed
16-
- limit collected type attributes by declared "type" (prior to any `TypeAttributeOverride`!)
16+
- Limit collected type attributes by declared "type" (prior to any `TypeAttributeOverride`!)
1717

1818
### Fixed
19-
- not declare any "type" for `Object.class` by default
19+
- Not declare any "type" for `Object.class` by default
2020

2121
## [4.2.0] - 2020-02-27
2222
### Added
@@ -30,15 +30,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030

3131
## [4.1.0] - 2020-02-18
3232
### Added
33-
- new `Option.FLATTENED_ENUMS_FROM_TOSTRING`, using `toString()` instead of `name()` as per `Option.FLATTENED_ENUMS`
33+
- New `Option.FLATTENED_ENUMS_FROM_TOSTRING`, using `toString()` instead of `name()` as per `Option.FLATTENED_ENUMS`
3434

3535
## [4.0.2] - 2020-01-30
3636
### Fixed
37-
- avoid further characters in definition keys that are not URI-compatible (#19)
37+
- Avoid further characters in definition keys that are not URI-compatible (#19)
3838

3939
## [4.0.1] - 2020-01-29
4040
### Fixed
41-
- avoid white-spaces in definition keys
41+
- Avoid white-spaces in definition keys
4242

4343
## [4.0.0] - 2020-01-03
4444
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.github.victools</groupId>
1010
<artifactId>jsonschema-generator</artifactId>
11-
<version>4.3.1-SNAPSHOT</version>
11+
<version>4.4.0-SNAPSHOT</version>
1212
<packaging>jar</packaging>
1313

1414
<licenses>

0 commit comments

Comments
 (0)