File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.1.2 "
2+ "." : " 1.1.3 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.3] ( https://github.com/nodejs/ncrypto/compare/v1.1.2...v1.1.3 ) (2026-02-04)
4+
5+
6+ ### Bug Fixes
7+
8+ * unconditionally include vector ([ ba39e40] ( https://github.com/nodejs/ncrypto/commit/ba39e40ed1c1231902a676f53906cdd2f6119648 ) )
9+ * use more strict compiler flags ([ fc401e3] ( https://github.com/nodejs/ncrypto/commit/fc401e387491005bfbe6c48b7296862d07ea85d7 ) )
10+
311## [ 1.1.2] ( https://github.com/nodejs/ncrypto/compare/v1.1.1...v1.1.2 ) (2026-02-02)
412
513
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.28 )
2- project (ncrypto VERSION 1.1.2 ) # x-release-please-version
2+ project (ncrypto VERSION 1.1.3 ) # x-release-please-version
33
44include (CTest )
55include (GNUInstallDirs )
Original file line number Diff line number Diff line change 33#ifndef NCRYPTO_VERSION_H_
44#define NCRYPTO_VERSION_H_
55
6- #define NCRYPTO_VERSION "1.1.2 " // x-release-please-version
6+ #define NCRYPTO_VERSION "1.1.3 " // x-release-please-version
77
88enum {
99 NCRYPTO_VERSION_MAJOR = 1 , // x-release-please-major
1010 NCRYPTO_VERSION_MINOR = 1 , // x-release-please-minor
11- NCRYPTO_VERSION_REVISION = 2 , // x-release-please-patch
11+ NCRYPTO_VERSION_REVISION = 3 , // x-release-please-patch
1212};
1313
1414#endif // NCRYPTO_VERSION_H_
You can’t perform that action at this time.
0 commit comments