Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-jukovec committed Dec 4, 2024
1 parent 44b6566 commit 2aa928f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 18 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,17 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.

### Changed

- Update parsing enum macro of `errcode.h` from Tarantool 3.2.0 (#6).

### Fixed

## [1.0.0] - 2023-12-27
## [v1.1.0]

The release updates IPROTO constants for Tarantool 3.3.0.

### Added

- Constants from Tarantool 3.3.0.

## [1.1.0] - 2023-12-27

The first stable release exports IPROTO constants from Tarantool 3.0.0.

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

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

## [0.1.0] - 2023-06-01
## [v0.1.0] - 2023-06-01

The initial release adds IPROTO constants exported from Tarantool 2.11.0.

Expand Down
4 changes: 2 additions & 2 deletions doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions error.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions error_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions error_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2aa928f

Please sign in to comment.