From 73c67daf455e1dd5c809e6b3d508d49a7a343e6d Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sun, 8 Oct 2017 13:35:31 +0200 Subject: [PATCH] Version bump 0.3.0 --- CHANGELOG.md | 8 ++++++++ lib/ra10ke/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b7182..e756457 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +0.3.0 +----- + +2017-10-08 + +* [#6](https://github.com/voxpupuli/ra10ke/pull/6) Add a dependency solver based on the Ruby Solve library (thanks to [Jarkko Oranen](https://github.com/oranenj)) +* [#8](https://github.com/voxpupuli/ra10ke/pull/8) Add numeric tag convention support (thanks to [Hervé MARTIN](https://github.com/HerveMARTIN)) + 0.2.0 ----- diff --git a/lib/ra10ke/version.rb b/lib/ra10ke/version.rb index 82262da..052f9a1 100644 --- a/lib/ra10ke/version.rb +++ b/lib/ra10ke/version.rb @@ -1,3 +1,3 @@ module Ra10ke - VERSION = "0.2.0" + VERSION = "0.3.0" end