File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project should be documented in this file. But actua
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project from now on adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
- ## [ 0.25 .X] - ???
7
+ ## [ 0.26 .X] - ???
8
8
### Added
9
9
-
10
10
@@ -14,6 +14,19 @@ and this project from now on adheres to [Semantic Versioning](http://semver.org/
14
14
### Fixed
15
15
-
16
16
17
+ ## [ 0.26.0] - 2022-02-02
18
+ ### Added
19
+ - Use poetry for dependency management
20
+ - Use pytest for testing
21
+
22
+ ### Changed
23
+ - Deprecated: Configuration File
24
+ - Much smaller docker image from 1 GB to 70 MB (alpine base image, staged build)
25
+ - Switch to json-ld implementation in the rdflib
26
+
27
+ ### Fixed
28
+ - Flexible regarding to the default branch (master, main, … what you like)
29
+
17
30
## [ 0.25.4] - 2021-08-17
18
31
### Added
19
32
- Build for MacOS
You can’t perform that action at this time.
0 commit comments