Skip to content

Commit

Permalink
Add dependency to virtual_assembly-semantizer
Browse files Browse the repository at this point in the history
  • Loading branch information
lecoqlibre committed Jan 18, 2023
1 parent 1072dfb commit 2e49264
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

None.

## [1.0.0-alpha.1] - 2023-01-18

### Fixed

- Add a runtime dependency to `virtual_assembly-semantizer`.

## [1.0.0-alpha] - 2023-01-12

### Added

- Initial version of this library.

[unreleased]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0...HEAD
[1.0.0-alpha.1]: https://github.com/datafoodconsortium/connector-ruby/compare/v1.0.0-alpha...v1.0.0-alpha.1
[1.0.0-alpha]: https://github.com/datafoodconsortium/connector-ruby/releases/tag/v1.0.0-alpha
2 changes: 2 additions & 0 deletions connector.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ Gem::Specification.new do |s|
s.homepage =
"https://github.com/datafoodconsortium/connector-ruby/"
s.license = "MIT"

s.add_runtime_dependency "virtual_assembly-semantizer", "~> 1.0", ">= 1.0.1"
end

0 comments on commit 2e49264

Please sign in to comment.