You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
8
+
## [1.0.0] - 2022-12-08
9
9
10
10
### Changed
11
11
- 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.
14
14
- Updated Lombok from 1.18.22 to 1.18.24
15
15
- Updated slf4j from 1.7.36 to 2.0.5
16
16
- 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.
17
18
18
19
### Fixed
19
20
- 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.
0 commit comments