Skip to content

Commit db3b6d5

Browse files
chore: Release v0.8.2
Add @Green-Sky to trusted signers.
1 parent 5dfa283 commit db3b6d5

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="v0.8.2"></a>
2+
3+
## v0.8.2 (2025-02-19)
4+
5+
### Release notes
6+
7+
Add @Green-Sky to trusted signers.
8+
9+
#### Features
10+
11+
- Add tag signature verification stage in release. ([ad4f357f](https://github.com/TokTok/ci-tools/commit/ad4f357fa463d47ce4678cd43fc854bd305ac8b4))
12+
- Add script for signing release tags. ([5ff8a175](https://github.com/TokTok/ci-tools/commit/5ff8a175fb700da7f28ae8425e0f924fdb66bab1))
13+
114
<a name="v0.8.1"></a>
215

316
## v0.8.1 (2025-02-16)

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
44

55
project(
66
CiTools
7-
VERSION 0.8.1
7+
VERSION 0.8.2
88
LANGUAGES CXX)
99

1010
# Project name lowercase

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Continuous integration tool repository
22

3-
Version: 0.8.1
3+
Version: 0.8.2
44

55
This repository contains tools for working with the TokTok repositories and
66
common workflows shared across most repositories Continuous Integration and

0 commit comments

Comments
 (0)