Skip to content

Commit b3b0196

Browse files
committed
Bump version for release
1 parent 5b38f6a commit b3b0196

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

Changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## Version 1.2.0
4+
5+
- Added custom font support, courtesy of @piepie62.
6+
7+
## Version 1.1.0
8+
9+
- Added proctex-powered untextured circle/ellipse rendering functions, courtesy of @Swiftloke.
10+
- Added C2D_TextBufResize.
11+
- Fixed bug involving sprite center being negative when setting a negative scale, and thus giving incorrect positioning.
12+
313
## Version 1.0.0
414

515
Initial release.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif
99
include $(DEVKITARM)/3ds_rules
1010

1111
export CITRO2D_MAJOR := 1
12-
export CITRO2D_MINOR := 1
12+
export CITRO2D_MINOR := 2
1313
export CITRO2D_PATCH := 0
1414

1515
VERSION := $(CITRO2D_MAJOR).$(CITRO2D_MINOR).$(CITRO2D_PATCH)

0 commit comments

Comments
 (0)