We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a0f7d commit dfe620fCopy full SHA for dfe620f
CHANGELOG.md
@@ -3,6 +3,14 @@
3
See https://common-changelog.org for commit guidelines and https://semver.org
4
for versioning.
5
6
+## v0.1.2 - 2026-03-23
7
+
8
+### Changed
9
10
+- Improve development and build environment (#5)
11
+- Improve tests (#6)
12
+- Improve debugging and formatting (#7)
13
14
## v0.1.1 - 2025-04-27
15
16
### Changed
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.25)
2
-project(tinyclib VERSION 0.1.1 LANGUAGES C)
+project(tinyclib VERSION 0.1.2 LANGUAGES C)
# Settings
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
0 commit comments