Skip to content

Commit

Permalink
release: 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necauqua committed Oct 14, 2024
1 parent 08aaccb commit 5bf8f73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Dates in this file are in [Holocene Calendar] because it is amazing, logical, an

## [Unreleased]

## [v0.2.0] 12024-10-14

### Added
- Added a desktop item to the nix package
- Windows resource metadata and exe icon
Expand All @@ -18,7 +20,8 @@ Dates in this file are in [Holocene Calendar] because it is amazing, logical, an
### Added
- The first release

[unreleased]: https://github.com/necauqua/noita-utility-box/compare/v0.1.0...HEAD
[unreleased]: https://github.com/necauqua/noita-utility-box/compare/v0.2.0...HEAD
[v0.2.0]: https://github.com/necauqua/noita-utility-box/releases/tag/v0.2.0
[v0.1.0]: https://github.com/necauqua/noita-utility-box/releases/tag/v0.1.0

[Keep a Changelog]: https://keepachangelog.com/en/1.1.0/ "Keep a Changelog"
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,7 +1,7 @@
[package]
name = "noita-utility-box"
description = "A collection of memory-reading utilities for the game Noita"
version = "0.1.0"
version = "0.2.0"
license = "MIT"
edition = "2021"

Expand Down

0 comments on commit 5bf8f73

Please sign in to comment.