Skip to content

Commit

Permalink
Bump build number and write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Commoble committed Jan 26, 2022
1 parent 42f3952 commit 68757fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 2.1.0.1
* Added WriteFieldFirstOps delegating ops to codec package
* Added public getters for the data maps in CodecJsonDataManager and MergeableCodecDataManager
* Deprecated the public value-for-key getter in CodecJsonDataManager and the public map field in MergeableCodecDataManager

# 2.1.0.0
* Updated to MC 1.18
* Refactored ConfigHelper, removed ConfigValueListeners due to forge automatically updating configs now
* Refactored data managers to use OnDatapackSyncEvent

# 2.0.0.1
* Add JsonDataProvider class, a data provider for generating jsons from codecs

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

modid = databuddy
mod_version = 2.1.0.0
mod_version = 2.1.0.1
mc_version = 1.18.1
forge_version = 39.0.11

0 comments on commit 68757fe

Please sign in to comment.