We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a42f3 commit 625ff3dCopy full SHA for 625ff3d
2 files changed
doc/history.md
@@ -1,3 +1,7 @@
1
+## 3.21.0
2
+ * Changed build backend to hatchling
3
+ * Removed submodule, you now have to manually clone the minecraft_data repo
4
+
5
## 3.20.0
6
* Update minecraft-data to 3.20.0
7
pyproject.toml
@@ -7,7 +7,7 @@ packages = ["minecraft_data"]
8
[project]
9
name = "minecraft_data_standalone"
10
-version = "3.20.0"
+version = "3.21.0"
11
authors = [
12
{ name="Enzo PB", email="enzo@enzopb.me" },
13
]
0 commit comments