Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and baygeldin committed Mar 17, 2022
1 parent 053b4a0 commit 46a6379
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.3.0](https://github.com/baygeldin/tantiny/compare/v0.2.2...v0.3.0) (2022-03-17)


### ⚠ BREAKING CHANGES

* `commit` method is no longer public

### Features

* Support multithreaded and multiprocess environments ([053b4a0](https://github.com/baygeldin/tantiny/commit/053b4a0a026ae8fd689d95a8d4f3b1a7b6d6779f))


### Bug Fixes

* Create the folder at index path when it doesn't exist ([c9446b7](https://github.com/baygeldin/tantiny/commit/c9446b7e949aad40de9ce179707a88915682055c))

### [0.2.2](https://github.com/baygeldin/tantiny/compare/v0.2.1...v0.2.2) (2022-03-07)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tantiny"
version = "0.2.2" # {x-release-please-version}
version = "0.3.0" # {x-release-please-version}
edition = "2021"
authors = ["Alexander Baygeldin"]
repository = "https://github.com/baygeldin/tantiny"
Expand Down
2 changes: 1 addition & 1 deletion lib/tantiny/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Tantiny
VERSION = "0.2.2" # {x-release-please-version}
VERSION = "0.3.0" # {x-release-please-version}
end

0 comments on commit 46a6379

Please sign in to comment.