Commit 48c6869 1 parent a691f2e commit 48c6869 Copy full SHA for 48c6869
File tree 3 files changed +12
-7
lines changed
3 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,20 @@ Changelog
103
103
104
104
* **[NEXT] ** (changes on ``master ``, but not released yet):
105
105
106
+ * Nothing yet ;)
107
+
108
+ * **v1.2.0: **
109
+
110
+ * fix: Fixed wrong version displayed (@flozz, #3)
106
111
* chore: Added Python 3.11 and 3.12 support
107
112
* chore!: Removed Python 2.7 and 3.7 support
108
113
109
- * **1 .1.0: **
114
+ * **v1 .1.0: **
110
115
111
116
* Removes arbitrary size limit for tilmaps
112
117
* Implements ``offset `` option (#2)
113
118
114
- * **1 .0.0: **
119
+ * **v1 .0.0: **
115
120
116
121
* Refacto of the Python API, with new high-level fuction to be easier to use
117
122
* Refacto of the CLI: now tileset and tilemap are generated separately, this allow more options for both and covers more usecases.
@@ -120,9 +125,9 @@ Changelog
120
125
* Documentation
121
126
* Unit test (everything is not coverd but it is better than nothing :))
122
127
123
- * **0 .10.0: ** Adds non-RGB image support (indexed images,...)
124
- * **0 .9.1: ** Fixes an issue with Python 3
125
- * **0 .9.0: ** Initial release (generates tiles, tilesets and tilemaps)
128
+ * **v0 .10.0: ** Adds non-RGB image support (indexed images,...)
129
+ * **v0 .9.1: ** Fixes an issue with Python 3
130
+ * **v0 .9.0: ** Initial release (generates tiles, tilesets and tilemaps)
126
131
127
132
128
133
.. |GitHub | image :: https://img.shields.io/github/stars/flozz/img2gb?label=GitHub&logo=github
Original file line number Diff line number Diff line change 1
- VERSION = "1.1 .0"
1
+ VERSION = "1.2 .0"
Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "img2gb" ,
15
- version = "1.1 .0" ,
15
+ version = "1.2 .0" ,
16
16
description = "Converts images to GameBoy tileset" ,
17
17
url = "https://github.com/flozz/img2gb" ,
18
18
project_urls = {
You can’t perform that action at this time.
0 commit comments