Skip to content

Commit

Permalink
chore: Fix version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Jan 21, 2025
1 parent fa891fa commit e79baaa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/c/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.19)
set(CMAKE_C_STANDARD 99)
cmake_policy(SET CMP0135 NEW)
project(csshnpd VERSION 0.3.0 LANGUAGES C)
project(csshnpd VERSION 0.3.2 LANGUAGES C)
add_subdirectory(sshnpd)
9 changes: 9 additions & 0 deletions packages/c/sshnpd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.2

- chore: Fix version numbers

## 0.3.1

- chore: explicitly link cjson
- ci: Use arm64 runners for arm builds

## 0.3.0

- feat: Add at_activate
Expand Down
2 changes: 1 addition & 1 deletion packages/c/sshnpd/include/sshnpd/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef SSHNPD_VERSION_H
#define SSHNPD_VERSION_H
#define SSHNPD_VERSION "0.3.0"
#define SSHNPD_VERSION "0.3.2"
#endif

0 comments on commit e79baaa

Please sign in to comment.