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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,20 @@ 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
+
## [1.0.0] - 2022-12-08
9
+
10
+
### Changed
11
+
- Updated JUnit from 4.13.2 to 5.9.1 (tests)
12
+
- Updated grel-functions-java from v0.7.3 to v0.9.0 (tests)
13
+
- Updated jena-arq from 3.17.0 to 4.6.1
14
+
- Updated Lombok from 1.18.22 to 1.18.24
15
+
- Updated slf4j from 1.7.36 to 2.0.5
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.
18
+
19
+
### Fixed
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.
21
+
8
22
## [0.2.1] - 2022-10-10
9
23
10
24
### Fixed
@@ -63,6 +77,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
0 commit comments