Skip to content

Commit 272feb1

Browse files
committed
Release v1.1.0
1 parent 44b6566 commit 272feb1

File tree

7 files changed

+26
-20
lines changed

7 files changed

+26
-20
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- run: make deps
6060

61-
- run: TT_TAG=master make
61+
- run: TT_TAG=3.3.0 make
6262

6363
golangci-lint:
6464
if: (github.event_name == 'push') ||

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can generate the code with commands:
5252

5353
```bash
5454
TT_TAG=master make
55-
TT_TAG=3.0.0 make
55+
TT_TAG=3.3.0 make
5656
TT_TAG=master TT_REPO=https://github.com/my/tarantool.git make
5757
```
5858

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)