Skip to content

Commit

Permalink
Merge pull request #121 from fmidev/dependency-update
Browse files Browse the repository at this point in the history
Prepare release
  • Loading branch information
kasarit authored Feb 15, 2023
2 parents a3c2dd3 + 791c73b commit 15a7658
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- ...

## [v5.3.0] - 2023-02-15

### Added

- ConversionHint for disabling line wrapping in TAC serialization [#120]

### Changed

- Depend on fmi-avi-messageconverter:6.3.0

## [v5.2.0] - 2022-08-24

### Changed
Expand Down Expand Up @@ -74,7 +84,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Previous changelog entries are available
on [GitHub releases page](https://github.com/fmidev/fmi-avi-messageconverter-tac/releases) in a more freeform format.

[Unreleased]: https://github.com/fmidev/fmi-avi-messageconverter-tac/compare/fmi-avi-messageconverter-tac-5.2.0...HEAD
[Unreleased]: https://github.com/fmidev/fmi-avi-messageconverter-tac/compare/fmi-avi-messageconverter-tac-5.3.0...HEAD

[v5.3.0]: https://github.com/fmidev/fmi-avi-messageconverter-tac/releases/tag/fmi-avi-messageconverter-tac-5.3.0

[v5.2.0]: https://github.com/fmidev/fmi-avi-messageconverter-tac/releases/tag/fmi-avi-messageconverter-tac-5.2.0

Expand All @@ -101,3 +113,5 @@ on [GitHub releases page](https://github.com/fmidev/fmi-avi-messageconverter-tac
[#114]: https://github.com/fmidev/fmi-avi-messageconverter-tac/pull/114

[#118]: https://github.com/fmidev/fmi-avi-messageconverter-tac/issues/118

[#120]: https://github.com/fmidev/fmi-avi-messageconverter-tac/pull/120
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>fi.fmi.avi.converter</groupId>
<artifactId>fmi-avi-messageconverter</artifactId>
<version>6.2.1-SNAPSHOT</version>
<version>6.3.0</version>
</dependency>

<!-- For JUnit tests -->
Expand Down

0 comments on commit 15a7658

Please sign in to comment.