Skip to content

Commit

Permalink
chore(release): 11.7.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [11.7.0-beta.2](v11.7.0-beta.1...v11.7.0-beta.2) (2023-09-22)

### Features

* Add ItemStackSerializer class for serializing and deserializing ItemStacks and Inventories ([e679336](e679336))
* **constructor:** Add constructors to ConcurrentObjectMap, HashObjectMap, LinkedObjectMap, and TreeObjectMap ([68c2075](68c2075))
* **inventory:** add InventoryMap class for representing inventory contents ([7e6c706](7e6c706))
  • Loading branch information
semantic-release-bot committed Sep 22, 2023
1 parent f1e2476 commit ebd257c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [11.7.0-beta.2](https://github.com/GeorgeV220/MartexLibrary/compare/v11.7.0-beta.1...v11.7.0-beta.2) (2023-09-22)


### Features

* Add ItemStackSerializer class for serializing and deserializing ItemStacks and Inventories ([e679336](https://github.com/GeorgeV220/MartexLibrary/commit/e67933670085e2cace48b4ca0052a384ba795171))
* **constructor:** Add constructors to ConcurrentObjectMap, HashObjectMap, LinkedObjectMap, and TreeObjectMap ([68c2075](https://github.com/GeorgeV220/MartexLibrary/commit/68c207598e098c77095229481dc6f7ce00d80d4d))
* **inventory:** add InventoryMap class for representing inventory contents ([7e6c706](https://github.com/GeorgeV220/MartexLibrary/commit/7e6c706ed595f95aac92ac5b3409ee2faff1ace5))

# [11.7.0-beta.1](https://github.com/GeorgeV220/MartexLibrary/compare/v11.6.0...v11.7.0-beta.1) (2023-09-10)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group = com.georgev22.library
libName = MartexLibrary
author = GeorgeV22
mcVersion = 1.20.1
version = 11.7.0-beta.1
version = 11.7.0-beta.2
gsonVersion = 2.10.1
guavaVersion = 32.0.0-jre
slf4jVersion = 2.0.7
Expand Down

0 comments on commit ebd257c

Please sign in to comment.