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 cff90aa
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 20 deletions.
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.

0 comments on commit cff90aa

Please sign in to comment.