Skip to content

Commit 639064a

Browse files
committed
Prepare for 1.0.0 release
1 parent 44bb93b commit 639064a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [1.0.0] - 2022-12-08
99

1010
### Changed
1111
- Updated JUnit from 4.13.2 to 5.9.1 (tests)
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1414
- Updated Lombok from 1.18.22 to 1.18.24
1515
- Updated slf4j from 1.7.36 to 2.0.5
1616
- Java language version changed to 11; requires JRE >= 11 to run
17+
- be.ugent.idlab.knows.functions.agent.Agent: deleted methods that were not meant to be in this interface again.
1718

1819
### Fixed
1920
- be.ugent.idlab.knows.functions.agent.AgentTest.testGrelClassesOnClassPathRemoteFnODoc: point remote `grel.ttl` to specific GitHub commit to keep function definitions and implementations in sync.
@@ -76,6 +77,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7677

7778
## [0.0.1] - 2022-03-25
7879

80+
[1.0.0]: https://github.com/FnOio/function-agent-java/compare/v0.2.1...v1.0.0
7981
[0.2.1]: https://github.com/FnOio/function-agent-java/compare/v0.2.0...v0.2.1
8082
[0.2.0]: https://github.com/FnOio/function-agent-java/compare/v0.1.0...v0.2.0
8183
[0.1.0]: https://github.com/FnOio/function-agent-java/compare/v0.0.4...v0.1.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>be.ugent.idlab.knows</groupId>
88
<artifactId>function-agent-java</artifactId>
9-
<version>0.2.2-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010

1111
<name>function-agent-java</name>
1212
<url>https://fno.io/</url>

0 commit comments

Comments
 (0)