Skip to content

Commit

Permalink
chore: Release v0.1.5-rc.1
Browse files Browse the repository at this point in the history
Another experimental release. Nothing done, still releasing. Release candidate first.
  • Loading branch information
github-actions[bot] authored Feb 16, 2025
1 parent ffd5e88 commit b17fda1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="v0.1.5-rc.1"></a>

## v0.1.5-rc.1 (2025-02-16)

### Release notes

Another experimental release. Nothing done, still releasing. Release candidate first.

#### Bug Fixes

- Ignore ci-tools so we don't commit it during releases. ([ffd5e88b](https://github.com/TokTok/experimental/commit/ffd5e88bb79022bd9af79348522f82811263101c))
- Don't trigger release workflow on issue opening. ([7a6e7d66](https://github.com/TokTok/experimental/commit/7a6e7d66ca5551f2440389a55b186ca33e49285f))

#### Features

- Add a cmake file. ([963496d7](https://github.com/TokTok/experimental/commit/963496d75878af06affd6578577277b4a6e534ed))

<a name="v0.1.4"></a>

## v0.1.4 (2025-02-15)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ cmake_policy(VERSION 3.16)

project(
Experimental
VERSION 0.0.1
VERSION 0.1.5
LANGUAGES CXX)

0 comments on commit b17fda1

Please sign in to comment.