Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.1.0 #8

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- run: make deps

- run: TT_TAG=master make
- run: TT_TAG=3.3.0 make

golangci-lint:
if: (github.event_name == 'push') ||
Expand Down
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] - 2024-12-04

The release updates IPROTO constants for Tarantool 3.3.0.

### Added

- Constants from Tarantool 3.3.0.

## [v1.0.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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ You can generate the code with commands:

```bash
TT_TAG=master make
TT_TAG=3.0.0 make
TT_TAG=3.3.0 make
TT_TAG=master TT_REPO=https://github.com/my/tarantool.git make
```

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.

Loading