Skip to content

Commit 2cd23ec

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 2cd23ec

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

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)