Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
See https://common-changelog.org for commit guidelines and https://semver.org
for versioning.

## v0.2.0 - 2026-03-25

### Changed

- Improve build (#10)

### Added

- Add space support to flags (#9)

## v0.1.2 - 2026-03-23

### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)

project(tinyclib VERSION 0.1.2 LANGUAGES C)
project(tinyclib VERSION 0.2.0 LANGUAGES C)

# Settings and options
option(TL_BUILD_TESTS "Build tinyclib tests" ON)
Expand Down
Loading