From 84a29e05a52ee1132524585079c3c10f3c06dcef Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Tue, 28 Apr 2020 17:14:42 -0400 Subject: [PATCH] Bumping to v0.3.0 --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ lib/huborg/version.rb | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2884ee..5c2d31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [v0.3.0](https://github.com/samvera-labs/huborg/tree/v0.3.0) (2020-04-28) + +[Full Changelog](https://github.com/samvera-labs/huborg/compare/v0.2.0...v0.3.0) + +**Fixed bugs:** + +- Fixing gemspec's changelog\_uri [\#9](https://github.com/samvera-labs/huborg/pull/9) ([jeremyf](https://github.com/jeremyf)) + +**Merged pull requests:** + +- Adding Huborg::Client\#each\_pull\_request\_with\_repo [\#10](https://github.com/samvera-labs/huborg/pull/10) ([jeremyf](https://github.com/jeremyf)) +- Adding guidance on determining Semantic Versioning [\#8](https://github.com/samvera-labs/huborg/pull/8) ([jeremyf](https://github.com/jeremyf)) +- Highlighting links to API documentation [\#7](https://github.com/samvera-labs/huborg/pull/7) ([jeremyf](https://github.com/jeremyf)) + +## [v0.2.0](https://github.com/samvera-labs/huborg/tree/v0.2.0) (2020-02-29) + +[Full Changelog](https://github.com/samvera-labs/huborg/compare/v0.1.0...v0.2.0) + +**Implemented enhancements:** + +- Adding release process [\#4](https://github.com/samvera-labs/huborg/pull/4) ([jeremyf](https://github.com/jeremyf)) + +**Merged pull requests:** + +- Tweaking documentation [\#5](https://github.com/samvera-labs/huborg/pull/5) ([jeremyf](https://github.com/jeremyf)) +- Adding Huborg::Client\#synchronize\_mailmap! [\#3](https://github.com/samvera-labs/huborg/pull/3) ([jeremyf](https://github.com/jeremyf)) +- Adding Huborg::Client\#audit\_license [\#2](https://github.com/samvera-labs/huborg/pull/2) ([jeremyf](https://github.com/jeremyf)) +- Adding Huborg::Client\#clone\_and\_rebase! [\#1](https://github.com/samvera-labs/huborg/pull/1) ([jeremyf](https://github.com/jeremyf)) + +# Changelog + ## [v0.2.0](https://github.com/samvera-labs/huborg/tree/v0.2.0) (2020-02-28) [Full Changelog](https://github.com/samvera-labs/huborg/compare/v0.1.0...v0.2.0) @@ -22,3 +53,6 @@ - Adding Huborg::Client\#push\_template! ([jeremyf](https://github.com/jeremyf)) \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/lib/huborg/version.rb b/lib/huborg/version.rb index 5677d7b..dc81218 100644 --- a/lib/huborg/version.rb +++ b/lib/huborg/version.rb @@ -1,5 +1,5 @@ module Huborg # The current version of Huborg, as per Semantic Versioning # @see https://semver.org - VERSION = "0.2.0" + VERSION = "0.3.0" end