Skip to content

Commit

Permalink
Bump version to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed May 28, 2024
1 parent 86c5457 commit 507be88
Show file tree
Hide file tree
Showing 7 changed files with 1,052 additions and 265 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.6] - 2024-05-28

### Added
- Added option to input template strings from external file [#1152]

Expand Down Expand Up @@ -349,7 +351,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.9.5...HEAD
[Unreleased]: https://github.com/ontodev/robot/compare/v1.9.6...HEAD
[1.9.6]: https://github.com/ontodev/robot/compare/v1.9.5...v1.9.6
[1.9.5]: https://github.com/ontodev/robot/compare/v1.9.4...v1.9.5
[1.9.4]: https://github.com/ontodev/robot/compare/v1.9.3...v1.9.4
[1.9.3]: https://github.com/ontodev/robot/compare/v1.9.2...v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.6</version>
<packaging>pom</packaging>

<name>robot</name>
Expand Down Expand Up @@ -288,7 +288,7 @@
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.6</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion robot-command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.6</version>
</parent>
<artifactId>robot-command</artifactId>
<name>robot-command</name>
Expand Down
2 changes: 1 addition & 1 deletion robot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.9.6</version>
</parent>
<artifactId>robot-core</artifactId>
<name>robot-core</name>
Expand Down
Loading

0 comments on commit 507be88

Please sign in to comment.