Skip to content

Commit ccafb28

Browse files
committed
v1.0.0
1 parent 87b089a commit ccafb28

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

99

10-
## [Unreleased]
10+
## [1.0.0] - 2026-02-16
1111

1212
Initial public release.

include/smax-postgres.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@
6767
#define dprintf if(debug) printf
6868

6969
/// API major version
70-
#define SMAXPQ_MAJOR_VERSION 0
70+
#define SMAXPQ_MAJOR_VERSION 1
7171

7272
/// API minor version
73-
#define SMAXPQ_MINOR_VERSION 9
73+
#define SMAXPQ_MINOR_VERSION 0
7474

7575
/// Integer sub version of the release
7676
#define SMAXPQ_PATCHLEVEL 0
7777

7878
/// Additional release information in version, e.g. "-1", or "-rc1".
79-
#define SMAXPQ_RELEASE_STRING "-devel"
79+
#define SMAXPQ_RELEASE_STRING ""
8080

8181
/// \cond PRIVATE
8282

0 commit comments

Comments
 (0)