Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
Because Semantic Versioning 2.0.0.says:

Increment the MINOR version when you add functionality in a backward compatible manner
  • Loading branch information
wtoorop committed Dec 5, 2024
1 parent f19ea83 commit 70fa8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to simdzone will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2-rc1] - 2024-12-04
## [0.2.0-rc1] - 2024-12-05

### Added

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# platform not supported by NSD here is undesirable. Builds for standalone use
# or development/testing are required to use CMake.

AC_INIT([simdzone],[0.1.2],[https://github.com/NLnetLabs/simdzone/issues])
AC_INIT([simdzone],[0.2.0],[https://github.com/NLnetLabs/simdzone/issues])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile])
Expand Down

0 comments on commit 70fa8a8

Please sign in to comment.