Skip to content

Commit

Permalink
bump version to 0.4.3
Browse files Browse the repository at this point in the history
and update subfolders in readme
  • Loading branch information
memo33 committed May 21, 2024
1 parent d6a391e commit 66d6079
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]


## [0.4.3] - 2024-05-21
### Added
- warning about outdated metadata, in case an inclusion/exclusion pattern does not match any files in an Asset anymore.
- support for rendering package identifiers in metadata description text, using syntax `` `pkg=group:name` ``.
Expand Down Expand Up @@ -98,7 +100,8 @@
## [0.1.5] - 2023-09-26

[Unreleased]: https://github.com/memo33/sc4pac-tools/compare/0.4.2...HEAD
[Unreleased]: https://github.com/memo33/sc4pac-tools/compare/0.4.3...HEAD
[0.4.3]: https://github.com/memo33/sc4pac-tools/compare/0.4.2...0.4.3
[0.4.2]: https://github.com/memo33/sc4pac-tools/compare/0.4.1...0.4.2
[0.4.1]: https://github.com/memo33/sc4pac-tools/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/memo33/sc4pac-tools/compare/0.3.0...0.4.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ See [CLI](https://memo33.github.io/sc4pac/#/cli?id=command-line-interface) for d
650-religion
660-parks
700-transit
710-automata
777-network-addon-mod (installed manually)
900-overrides
```
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "sc4pac"

ThisBuild / organization := "io.github.memo33"

ThisBuild / version := "0.4.3-SNAPSHOT"
ThisBuild / version := "0.4.3"

// ThisBuild / versionScheme := Some("early-semver")

Expand Down

0 comments on commit 66d6079

Please sign in to comment.