Skip to content

Commit

Permalink
Bump version to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Jun 10, 2022
1 parent 3c796f8 commit b7b6405
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Expand Up @@ -7,18 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.8.4] - 2022-06-10

### Added
- Add `--mapping` option and support for label updates to [`rename`] [#960]

### Changed
- Optimize memory usage for update queries using `--temporary-file` switch [#978]
- Sort [`report`] violations by rule name within level [#955]
- Allow any case builtin `TYPE` in `template` [#971]
- Sort [`report`] violations by rule name within level [#955]

### Fixed
- Fix subClassOf cycles in related object selection [#979]

### Fixed
- Fix equivalent axioms in [`template`] [#973]

## [1.8.3] - 2021-12-16
Expand Down Expand Up @@ -266,7 +266,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

First official release of ROBOT!

[Unreleased]: https://github.com/ontodev/robot/compare/v1.8.3...HEAD
[Unreleased]: https://github.com/ontodev/robot/compare/v1.8.4...HEAD
[1.8.4]: https://github.com/ontodev/robot/compare/v1.8.3...v1.8.4
[1.8.3]: https://github.com/ontodev/robot/compare/v1.8.2...v1.8.3
[1.8.2]: https://github.com/ontodev/robot/compare/v1.8.1...v1.8.2
[1.8.1]: https://github.com/ontodev/robot/compare/v1.8.0...v1.8.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.4</version>
<packaging>pom</packaging>

<name>robot</name>
Expand Down
2 changes: 1 addition & 1 deletion robot-command/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.4</version>
</parent>
<artifactId>robot-command</artifactId>
<name>robot-command</name>
Expand Down
2 changes: 1 addition & 1 deletion robot-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.4</version>
</parent>
<artifactId>robot-core</artifactId>
<name>robot-core</name>
Expand Down
3 changes: 2 additions & 1 deletion robot-core/src/main/resources/obo_context.jsonld
Expand Up @@ -79,8 +79,8 @@
"EMAPA": "http://purl.obolibrary.org/obo/EMAPA_",
"ENVO": "http://purl.obolibrary.org/obo/ENVO_",
"EO": "http://purl.obolibrary.org/obo/EO_",
"EPIO": "http://purl.obolibrary.org/obo/EPIO_",
"EPO": "http://purl.obolibrary.org/obo/EPO_",
"EPSO": "http://purl.obolibrary.org/obo/EPSO_",
"ERO": "http://purl.obolibrary.org/obo/ERO_",
"EUPATH": "http://purl.obolibrary.org/obo/EUPATH_",
"EV": "http://purl.obolibrary.org/obo/EV_",
Expand Down Expand Up @@ -198,6 +198,7 @@
"OlatDv": "http://purl.obolibrary.org/obo/OlatDv_",
"PAO": "http://purl.obolibrary.org/obo/PAO_",
"PATO": "http://purl.obolibrary.org/obo/PATO_",
"PCL": "http://purl.obolibrary.org/obo/PCL_",
"PCO": "http://purl.obolibrary.org/obo/PCO_",
"PDRO": "http://purl.obolibrary.org/obo/PDRO_",
"PD_ST": "http://purl.obolibrary.org/obo/PD_ST_",
Expand Down
6 changes: 3 additions & 3 deletions robot-maven-plugin/pom.xml
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.4</version>
</parent>

<artifactId>robot-maven-plugin</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.4</version>
<packaging>maven-plugin</packaging>
<name>robot-maven-plugin</name>

Expand Down Expand Up @@ -55,7 +55,7 @@
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.8.4</version>
</plugin>
</plugins>
</build>
Expand Down
8 changes: 4 additions & 4 deletions util/release.sh
Expand Up @@ -79,6 +79,10 @@ step "Check GitHub Actions"
curl -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/ontodev/robot/actions/runs \
| jq -e '[.workflow_runs[]|select(.event=="push")][0].conclusion|test("success")'

step "Update OBO context (curie map)"
( cd robot-maven-plugin && mvn install )
mvn robot:UpdateContext -N

step "Set the the version number for this release"
mvn versions:set -DnewVersion="${VERSION}"

Expand All @@ -98,10 +102,6 @@ step "Updating CHANGELOG.md"
> CHANGELOG.new.md
mv CHANGELOG.new.md CHANGELOG.md

step "Updating obo context (curie map)"
( cd robot-maven-plugin && mvn install )
mvn robot:UpdateContext -N

step "Manually check CHANGELOG.md and obo_context.jsonld"
confirm "CHANGELOG.md and obo_context.jsonld good?"

Expand Down

0 comments on commit b7b6405

Please sign in to comment.