Skip to content

Commit

Permalink
Merge pull request #657 from ontodev/cmungall-patch-2
Browse files Browse the repository at this point in the history
update obographs version
  • Loading branch information
jamesaoverton authored Mar 27, 2020
2 parents 7af9921 + bae3134 commit cca7343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add JSON format to [`export`] in [#645]
- Add Excel format to [`export`] in [#646]

### Changed
- Updated `obographs` from 0.0.8 to 0.2.1 [#657]

### Fixed
- Fix filtering axioms with multiple axiom selectors [#644]
- Fix comparator method for sorting empty strings with [`export`] in [#654]
Expand Down Expand Up @@ -178,6 +181,7 @@ First official release of ROBOT!
[`report`]: http://robot.obolibrary.org/report
[`template`]: http://robot.obolibrary.org/template

[#657]: https://github.com/ontodev/robot/pull/657
[#654]: https://github.com/ontodev/robot/issues/654
[#646]: https://github.com/ontodev/robot/issues/646
[#645]: https://github.com/ontodev/robot/issues/645
Expand Down
2 changes: 1 addition & 1 deletion robot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<dependency>
<groupId>org.geneontology</groupId>
<artifactId>obographs</artifactId>
<version>0.0.8</version>
<version>0.2.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit cca7343

Please sign in to comment.