Skip to content

Commit dfe620f

Browse files
authored
v0.1.2 (#8)
1 parent d4a0f7d commit dfe620f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
See https://common-changelog.org for commit guidelines and https://semver.org
44
for versioning.
55

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+
614
## v0.1.1 - 2025-04-27
715

816
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.25)
22

3-
project(tinyclib VERSION 0.1.1 LANGUAGES C)
3+
project(tinyclib VERSION 0.1.2 LANGUAGES C)
44

55
# Settings
66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

0 commit comments

Comments
 (0)