Skip to content

Commit

Permalink
chore: bumps version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Jun 2, 2024
1 parent 9028f92 commit 7943e56
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# [0.6.0] - 2024-06-02

### Added

- Higher level objects for building operations and recipes

### Changed

- Operations are now loaded and handled separately
- Models have been updated for the latest game release

# [0.5.0] - 2024-05-24

### Added
Expand Down Expand Up @@ -63,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/jmgilman/pymerc/compare/v0.5.0...HEAD
[unreleased]: https://github.com/jmgilman/pymerc/compare/v0.6.0...HEAD
[0.6.0]: https://github.com/jmgilman/pymerc/compare/v0.6.0
[0.5.0]: https://github.com/jmgilman/pymerc/compare/v0.5.0
[0.4.0]: https://github.com/jmgilman/pymerc/compare/v0.4.0
[0.3.0]: https://github.com/jmgilman/pymerc/releases/tag/v0.3.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pymerc"
version = "0.5.0"
version = "0.6.0"
description = "A Python library for interacting with the Mercatorio browser based game"
authors = ["Joshua Gilman <joshuagilman@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 7943e56

Please sign in to comment.