Skip to content

Commit 402077f

Browse files
committed
Release v1.0.0
Overview The first stable release exports IPROTO constants from Tarantool 3.0.0. Breaking changes `ER_UNUSED` with error code 248 renamed to `ER_DEFAULT_VALUE_TYPE` (#4). New features Constants from Tarantool 3.0.0 (#4).
1 parent d20c5b6 commit 402077f

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,23 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
99
## [Unreleased]
1010

1111
### Added
12-
- Constants from Tarantool `v3` (#6).
1312

1413
### Changed
15-
- `ER_UNUSED` with error code 248 renamed to `ER_DEFAULT_VALUE_TYPE` (#6).
1614

1715
### Fixed
1816

17+
## [1.0.0] - 2023-12-27
18+
19+
The first stable release exports IPROTO constants from Tarantool 3.0.0.
20+
21+
### Added
22+
23+
- Constants from Tarantool 3.0.0 (#4).
24+
25+
### Changed
26+
27+
- `ER_UNUSED` with error code 248 renamed to `ER_DEFAULT_VALUE_TYPE` (#4).
28+
1929
## [0.1.0] - 2023-06-01
2030

2131
The initial release adds IPROTO constants exported from Tarantool 2.11.0.

0 commit comments

Comments
 (0)