Skip to content

Commit

Permalink
chore(main): release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and baygeldin committed Apr 21, 2022
1 parent 4026e8f commit 8a20d04
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [0.3.2](https://github.com/baygeldin/tantiny/compare/v0.3.1...v0.3.2) (2022-04-21)


### Bug Fixes

* Fix the native extension for OSX ([4026e8f](https://github.com/baygeldin/tantiny/commit/4026e8fad4179b100abc89d7f6aa2203232c9322))

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


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.3.1" # {x-release-please-version}
version = "0.3.2" # {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.3.1" # {x-release-please-version}
VERSION = "0.3.2" # {x-release-please-version}
end

0 comments on commit 8a20d04

Please sign in to comment.