Skip to content

Commit

Permalink
[release] 0.3.0 🆕 (#23)
Browse files Browse the repository at this point in the history
* Add changelog entry

* Bump version number
  • Loading branch information
eonu authored Mar 27, 2019
1 parent 73141d5 commit d9326c1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 0.3.0

#### Major changes

- Add documentation, images, installation and usage instructions to `README.md`. ([#22](https://github.com/eonu/arx/pull/22), [#17](https://github.com/eonu/arx/pull/17))
- Allow prior construction of a search query in `Arx.search`. ([#18](https://github.com/eonu/arx/pull/18))
- Fix `Arx.search` query object yielding. ([#20](https://github.com/eonu/arx/pull/20))

#### Minor changes

- Remove conditional with `block_given?` in `Arx()` method. ([#16](https://github.com/eonu/arx/pull/16))
- Remove leading ampersand (&) from search query string. ([#19](https://github.com/eonu/arx/pull/19))
- Add base paper categories and more aliases. ([#21](https://github.com/eonu/arx/pull/21))

# 0.2.0

#### Major changes
Expand Down
2 changes: 1 addition & 1 deletion lib/arx/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Arx
# The current version of Arx.
VERSION = {
major: 0,
minor: 2,
minor: 3,
patch: 0,
meta: nil
}.compact.values.join('.').freeze
Expand Down

0 comments on commit d9326c1

Please sign in to comment.