Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gtker committed Oct 10, 2024
1 parent 1e2955c commit e0e4bd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ authors = ["Gtker <[email protected]"]
[workspace.dependencies.wow_world_base]
path = "wow_world_base"
default-features = false
version = "0.2.0"
version = "0.3.0"
5 changes: 4 additions & 1 deletion wow_world_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.3.0] - 2024-10-10

### Added

* `Aura` types for Wrath and TBC.
Expand Down Expand Up @@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* First release.

<!-- next-url -->
[Unreleased]: https://github.com/gtker/wow_messages/compare/wow_world_base-v0.2.0...HEAD
[Unreleased]: https://github.com/gtker/wow_messages/compare/wow_world_base-v0.3.0...HEAD
[0.3.0]: https://github.com/gtker/wow_messages/compare/wow_world_base-v0.2.0...wow_world_base-v0.3.0

[0.2.0]: https://github.com/gtker/wow_messages/compare/wow_world_base-v0.1.1...wow_world_base-v0.2.0

Expand Down
2 changes: 1 addition & 1 deletion wow_world_base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wow_world_base"
description = "Base definitions and functions for World of Warcraft game servers"
version = "0.2.0"
version = "0.3.0"
keywords = ["wow", "world-of-warcraft", "game", "definitions"]
categories = ["network-programming", "game-development", "game-engines"]

Expand Down

0 comments on commit e0e4bd5

Please sign in to comment.