Skip to content

Commit de027e7

Browse files
committed
v0.0.5
1 parent 4e9d621 commit de027e7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## 0.0.5 - 2021-09-12
810
### Fixed
911
- Many incorrect optimizations, most of which appeared in 0.0.3.
1012
- Adjusted .gbs timer speed from ~360 to ~358 Hz, to better match screen rate.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project (lsdpack)
44
set(CPACK_PACKAGE_VENDOR "Johan Kotlinski")
55
set(CPACK_PACKAGE_VERSION_MAJOR 0)
66
set(CPACK_PACKAGE_VERSION_MINOR 0)
7-
set(CPACK_PACKAGE_VERSION_PATCH 4)
7+
set(CPACK_PACKAGE_VERSION_PATCH 5)
88
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.txt")
99
set(CPACK_RESOURCE_FILE_README "${CMAKE_SOURCE_DIR}/README.md")
1010
if(MSVC)

0 commit comments

Comments
 (0)