Skip to content

Commit 2aa928f

Browse files
committed
Release v1.1.0
1 parent 44b6566 commit 2aa928f

File tree

5 files changed

+24
-18
lines changed

5 files changed

+24
-18
lines changed

CHANGELOG.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,17 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
1212

1313
### Changed
1414

15-
- Update parsing enum macro of `errcode.h` from Tarantool 3.2.0 (#6).
16-
1715
### Fixed
1816

19-
## [1.0.0] - 2023-12-27
17+
## [v1.1.0]
18+
19+
The release updates IPROTO constants for Tarantool 3.3.0.
20+
21+
### Added
22+
23+
- Constants from Tarantool 3.3.0.
24+
25+
## [1.1.0] - 2023-12-27
2026

2127
The first stable release exports IPROTO constants from Tarantool 3.0.0.
2228

@@ -28,7 +34,7 @@ The first stable release exports IPROTO constants from Tarantool 3.0.0.
2834

2935
- `ER_UNUSED` with error code 248 renamed to `ER_DEFAULT_VALUE_TYPE` (#4).
3036

31-
## [0.1.0] - 2023-06-01
37+
## [v0.1.0] - 2023-06-01
3238

3339
The initial release adds IPROTO constants exported from Tarantool 2.11.0.
3440

doc.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

error.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

error_string.go

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

error_test.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)