Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Gtker committed Feb 21, 2024
1 parent 6a9e291 commit 493b6df
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 13 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.1.0"
version = "0.2.0"
5 changes: 4 additions & 1 deletion wow_items/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.2.0] - 2024-02-21

### Removed

* BREAKING: `unobtainable` feature flag.
Expand All @@ -24,5 +26,6 @@ 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_items-v0.1.1...HEAD
[Unreleased]: https://github.com/gtker/wow_messages/compare/wow_items-v0.2.0...HEAD
[0.2.0]: https://github.com/gtker/wow_messages/compare/wow_items-v0.1.1...wow_items-v0.2.0
[0.1.0]: https://github.com/gtker/wow_messages/releases/tag/wow_items-v0.1.0
2 changes: 1 addition & 1 deletion wow_items/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wow_items"
description = "Item definitions for World of Warcraft game servers"
version = "0.1.0"
version = "0.2.0"
keywords = ["wow", "world-of-warcraft", "item", "definitions"]
categories = ["network-programming", "game-development", "game-engines"]

Expand Down
5 changes: 4 additions & 1 deletion wow_login_messages/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.4.0] - 2024-02-21

### Added

* `std::fmt::Display` for new enums.
Expand Down Expand Up @@ -75,7 +77,8 @@ This functionality exposes a difference between the opcode and the body in a way
* Initial release. This is very WIP and things are not guaranteed to be documented or actually work correctly.

<!-- next-url -->
[Unreleased]: https://github.com/gtker/wow_messages/compare/wow_login_messages-v0.3.0...HEAD
[Unreleased]: https://github.com/gtker/wow_messages/compare/wow_login_messages-v0.4.0...HEAD
[0.4.0]: https://github.com/gtker/wow_messages/compare/wow_login_messages-v0.3.0...wow_login_messages-v0.4.0
[0.3.0]: https://github.com/gtker/wow_messages/compare/wow_login_messages-v0.2.0...wow_login_messages-v0.3.0
[0.2.0]: https://github.com/gtker/wow_messages/releases/tag/wow_login_messages-v0.2.0
[0.1.0]: https://github.com/gtker/wow_messages/releases/tag/wow_login_messages-v0.1.0
2 changes: 1 addition & 1 deletion wow_login_messages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wow_login_messages"
description = "Message definitions for World of Warcraft authentication servers"
version = "0.3.0"
version = "0.4.0"
keywords = ["wow", "world-of-warcraft", "login", "messages", "packets"]
categories = ["authentication", "network-programming", "game-development", "game-engines"]
readme = "README.md"
Expand Down
5 changes: 4 additions & 1 deletion wow_spells/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.2.0] - 2024-02-21

### Changed

* `lookup_spells` is now a `const` `fn` for all expansions.
Expand All @@ -20,5 +22,6 @@ 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_spells-v0.1.1...HEAD
[Unreleased]: https://github.com/gtker/wow_messages/compare/wow_spells-v0.2.0...HEAD
[0.2.0]: https://github.com/gtker/wow_messages/compare/wow_spells-v0.1.1...wow_spells-v0.2.0
[0.1.0]: https://github.com/gtker/wow_messages/releases/tag/wow_spells-v0.1.0
2 changes: 1 addition & 1 deletion wow_spells/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wow_spells"
description = "Spell definitions for World of Warcraft game servers"
version = "0.1.0"
version = "0.2.0"
keywords = ["wow", "world-of-warcraft", "spell", "definitions"]
categories = ["network-programming", "game-development", "game-engines"]
exclude = ["release.toml"]
Expand Down
7 changes: 5 additions & 2 deletions wow_world_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- next-header -->

## [Unreleased] - ReleaseDate


## [0.2.0] - 2024-02-21

### Added

* `AuctionHouse` type for Vanilla, TBC and Wrath with member functions `deposit_percentage`, `cut_percentage`,
Expand Down Expand Up @@ -47,8 +49,9 @@ 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.1.1...HEAD
[0.2.0]: https://github.com/gtker/wow_messages/compare/wow_world_base-v0.1.1...wow_world_base-v0.2.0

[0.1.1]: https://github.com/gtker/wow_messages/compare/wow_world_base-v0.1.0...wow_world_base-v0.1.1

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.1.1"
version = "0.2.0"
keywords = ["wow", "world-of-warcraft", "game", "definitions"]
categories = ["network-programming", "game-development", "game-engines"]

Expand Down
7 changes: 5 additions & 2 deletions wow_world_messages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- next-header -->

## [Unreleased] - ReleaseDate


## [0.2.0] - 2024-02-21

### Added

* The remaining `expected` functions.
Expand Down Expand Up @@ -61,7 +63,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_messages-v0.2.0...HEAD

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

[0.1.0]: https://github.com/gtker/wow_messages/releases/tag/wow_world_messages-v0.1.0
2 changes: 1 addition & 1 deletion wow_world_messages/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wow_world_messages"
description = "Message definitions for World of Warcraft world servers"
version = "0.1.0"
version = "0.2.0"
keywords = ["wow", "world-of-warcraft", "message", "definitions"]
categories = ["network-programming", "game-development", "game-engines"]

Expand Down

0 comments on commit 493b6df

Please sign in to comment.