Skip to content

Commit

Permalink
Bumping to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyf committed Apr 28, 2020
1 parent 0a55377 commit 84a29e0
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)*
2 changes: 1 addition & 1 deletion lib/huborg/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 84a29e0

Please sign in to comment.