Skip to content

Commit fa978c8

Browse files
committed
v0.6.1
1 parent e2455f3 commit fa978c8

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
* #<
1515
* #<=
1616

17+
## [0.6.1] - 2023-05-05
18+
19+
### Added
20+
21+
* api docs
22+
1723
## [0.6.0] - 2022-10-28
1824

1925
### Added

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
22

33
project(ruby-native-btree
44
LANGUAGES C
5-
VERSION 0.6.0)
5+
VERSION 0.6.1)
66

77
include(CheckSymbolExists)
88
include(CheckCCompilerFlag)

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
native_btree (0.6.0)
4+
native_btree (0.6.1)
55

66
GEM
77
remote: https://rubygems.org/
@@ -98,6 +98,7 @@ GEM
9898

9999
PLATFORMS
100100
arm64-darwin-21
101+
arm64-darwin-22
101102
x86_64-darwin-21
102103
x86_64-linux
103104

lib/native_btree/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module NativeBtree
22
# gem version
3-
VERSION = "0.6.0".freeze
3+
VERSION = "0.6.1".freeze
44
end

0 commit comments

Comments
 (0)