Skip to content

Commit

Permalink
Prepare version 0.12.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed May 20, 2018
1 parent 1499e77 commit 878b83a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.12.0 / 2018-03-024
## 0.12.1 / 2018-05-20

* Restore support for Ruby 2.1 and 2.2

## 0.12.0 / 2018-03-24

* Drop support for GLib::IConv, which is no longer introspectable in glib 2.56.
* Drop support for Ruby 2.1 and 2.2
Expand Down
2 changes: 1 addition & 1 deletion lib/gir_ffi/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Current GirFFI version
module GirFFI
VERSION = '0.12.0'.freeze
VERSION = '0.12.1'.freeze
end

0 comments on commit 878b83a

Please sign in to comment.