Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gohla committed Feb 6, 2024
1 parent 0441bbb commit 1eca27b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to this project are documented in this file, based on [Keep
<!-- next-header -->

## [Unreleased]


## [0.2.0] - 2024-02-06
### Changed
- Update egui to 0.26.
- Update roxmltree to 0.19.
Expand All @@ -21,7 +24,8 @@ All notable changes to this project are documented in this file, based on [Keep


<!-- next-url -->
[Unreleased]: https://github.com/Gohla/space-engineers-calculator/compare/release/0.1.0...HEAD
[Unreleased]: https://github.com/Gohla/space-engineers-calculator/compare/release/0.2.0...HEAD
[0.2.0]: https://github.com/Gohla/space-engineers-calculator/compare/release/0.1.0...release/0.2.0
[0.1.0]: https://github.com/Gohla/space-engineers-calculator/compare/...release/0.1.0

[keepachangelog]: https://keepachangelog.com/en/1.0.0/
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.1.0"
version = "0.2.0"
authors = ["Gabriel Konat <gabrielkonat@gmail.com>"]
edition = "2021"
repository = "https://github.com/Gohla/space-engineers-calculator"
Expand Down
2 changes: 1 addition & 1 deletion package/gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wasm-bindgen-futures = "0.4"

[package.metadata.release]
pre-release-replacements = [
{ file = "../../CHANGELOG.md", search = "## \\[Unreleased\\]", replace = "[{{version}}] - {{date}}", exactly = 1 },
{ file = "../../CHANGELOG.md", search = "## \\[Unreleased\\]", replace = "## [{{version}}] - {{date}}", exactly = 1 },
{ file = "../../CHANGELOG.md", search = "\\[Unreleased\\]:", replace = "[{{version}}]:", exactly = 1 },
{ file = "../../CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 },
{ file = "../../CHANGELOG.md", search = "<!-- next-header -->", replace = "<!-- next-header -->\n\n## [Unreleased]\n", exactly = 1 },
Expand Down

0 comments on commit 1eca27b

Please sign in to comment.