Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
oleg-jukovec committed Jun 1, 2023
1 parent fd23b9b commit 7a98042
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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) ||
Expand All @@ -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') ||
Expand Down
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
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=2.10.6 make
TT_TAG=2.11.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.

0 comments on commit 7a98042

Please sign in to comment.