Skip to content

Commit

Permalink
Merge pull request #9 from samvera-labs/release_1.0.1
Browse files Browse the repository at this point in the history
prep for release 1.0.1
  • Loading branch information
elrayle committed Apr 23, 2019
2 parents 76406ce + a7c772a commit 00f68ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0.1 (2019-04-23)

* update linkeddata dependency to latest version

### 1.0.0 (2019-03-29)

* add ability to restrict results to passed in context
Expand Down
2 changes: 1 addition & 1 deletion ldpath.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency "parslet"
spec.add_dependency "linkeddata", "~> 2.0"
spec.add_dependency "linkeddata", "~> 3.0"

# spec.add_development_dependency "bixby", "~> 1.0.0"
spec.add_development_dependency "bundler", "~> 1.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/ldpath/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ldpath
VERSION = '1.0.0'.freeze
VERSION = '1.0.1'.freeze
end

0 comments on commit 00f68ef

Please sign in to comment.