Skip to content

Commit 93f601a

Browse files
committed
Bumped version to 0.3.2. Updated changelog and authors file.
1 parent 0bd6173 commit 93f601a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

AUTHORS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ If you're missing in this file, please add yourself with contact info.
2020
* [eXpl0it3r](https://github.com/eXpl0it3r)
2121
* [Zax37](https://github.com/Zax37)
2222
* [BurningEnlightment](https://github.com/BurningEnlightenment)
23+
* [kiwon0905 ](https://github.com/kiwon0905)
24+
* [Belfer](https://github.com/Belfer)

CHANGELOG.md

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

3+
## Release 0.3.2
4+
5+
Enhancements:
6+
7+
* Compatibility to SFML 2.4.2.
8+
* Added `sfg::Box::SetOrientation`.
9+
10+
Fixes:
11+
12+
* Fixed `sfg::Canvas::Draw` `vertex_count` parameter type.
13+
314
## Release 0.3.1
415

516
Enhancements:

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project( SFGUI )
33

44
set( SFGUI_MAJOR_VERSION 0 )
55
set( SFGUI_MINOR_VERSION 3 )
6-
set( SFGUI_REVISION_VERSION 1 )
6+
set( SFGUI_REVISION_VERSION 2 )
77

88
### USER INPUT ###
99

0 commit comments

Comments
 (0)