Skip to content

Commit 352ef53

Browse files
committed
Bump version: 0.0.1 → 1.0.0
1 parent 1fb6f79 commit 352ef53

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.1"
2+
current_version = "1.0.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.0] - 2025-09-11
11+
1012
### Added
1113

1214
- Switch from `cereal` to `reflectcpp` (#36)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set (CMAKE_EXPORT_COMPILE_COMMANDS TRUE)
55
project (
66
poly-scribe
77
LANGUAGES CXX
8-
VERSION 0.0.1
8+
VERSION 1.0.0
99
)
1010

1111
include (cmake/get_cpm.cmake)

code-gen/src/poly_scribe_code_gen/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
"""About module for poly_scribe_code_gen package."""
66

7-
__version__ = "0.0.1"
7+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)