Skip to content

Commit 7531f8f

Browse files
committed
Release v0.1.0
Overview An initial release adds IPROTO constants exported from Tarantool 2.11.0. New features IPROTO constants exported from Tarantool 2.11.0 (#1, #2).
1 parent fd23b9b commit 7531f8f

File tree

4 files changed

+28
-5
lines changed

4 files changed

+28
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- run: make test
4040

41-
master-build:
41+
build-2_11:
4242
if: (github.event_name == 'push') ||
4343
(github.event_name == 'pull_request' &&
4444
github.event.pull_request.head.repo.full_name != github.repository) ||
@@ -58,7 +58,7 @@ jobs:
5858

5959
- run: make deps
6060

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

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

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic
7+
Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
8+
9+
## [Unreleased]
10+
11+
### Added
12+
13+
### Changed
14+
15+
### Fixed
16+
17+
## [0.1.0] - 2023-05-25
18+
19+
An initial release adds IPROTO constants exported from Tarantool 2.11.0.
20+
21+
### Added
22+
23+
- IPROTO constants exported from Tarantool 2.11.0 (#1, #2).

README.md

Lines changed: 1 addition & 1 deletion
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=2.10.6 make
55+
TT_TAG=2.11.0 make
5656
TT_TAG=master TT_REPO=https://github.com/my/tarantool.git make
5757
```
5858

doc.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)