Skip to content

Commit 3becf25

Browse files
committed
Continue with version 0.2.2 under development
1 parent aeb7e59 commit 3becf25

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to simdzone will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.2] - 2025-??-??
9+
10+
### Added
11+
12+
13+
### Fixed
14+
15+
816
## [0.2.1] - 2025-01-17
917

1018
### Fixed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# platform not supported by NSD here is undesirable. Builds for standalone use
1111
# or development/testing are required to use CMake.
1212

13-
AC_INIT([simdzone],[0.2.1],[https://github.com/NLnetLabs/simdzone/issues])
13+
AC_INIT([simdzone],[0.2.2],[https://github.com/NLnetLabs/simdzone/issues])
1414

1515
AC_CONFIG_HEADERS([config.h])
1616
AC_CONFIG_FILES([Makefile])

0 commit comments

Comments
 (0)