diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ec411a2..f298cea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: - run: make test - master-build: + build-target-tag: if: (github.event_name == 'push') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) || @@ -58,7 +58,7 @@ jobs: - run: make deps - - run: TT_TAG=master make + - run: TT_TAG=2.11.0 make golangci-lint: if: (github.event_name == 'push') || diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..36f41b5 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic +Versioning](http://semver.org/spec/v2.0.0.html) except to the first release. + +## [Unreleased] + +### Added + +### Changed + +### Fixed + +## [0.1.0] - 2023-06-01 + +The initial release adds IPROTO constants exported from Tarantool 2.11.0. + +### Added + +- IPROTO constants exported from Tarantool 2.11.0 (#1, #2). diff --git a/README.md b/README.md index 92d5363..c73f860 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ You can generate the code with commands: ```bash TT_TAG=master make -TT_TAG=2.10.6 make +TT_TAG=2.11.0 make TT_TAG=master TT_REPO=https://github.com/my/tarantool.git make ``` diff --git a/doc.go b/doc.go index 750b676..19e53ba 100644 --- a/doc.go +++ b/doc.go @@ -3,8 +3,8 @@ // The package code generated from: // // Repository: https://github.com/tarantool/tarantool.git -// Tag or branch: master -// Commit: c5f5ee0d51c5ece443f56d19222400893fa68a7f +// Tag or branch: 2.11.0 +// Commit: 247a9a418338b2d150ab648c54169ec1f1af2d76 package iproto // Code generated by generate.sh; DO NOT EDIT.