Skip to content

Commit

Permalink
Update readme & changelog for 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Aug 3, 2023
1 parent 8df54e3 commit 09c3c63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change log

## Release 0.5.1 (2023-08-03)

New features:

- New (experimental) command line interface `voc4cat-ng` that will replace the current one in 0.6.0. #128, #135
- When adding IDs via --make-IDs, the new CLI offers to pass a base-IRI (see help `voc4cat-ng transform --help`).

Changes:

- Various small changes to improve test coverage (now 96 %) and reduce the number of linter complaints (from 38 to 25).

## Release 0.5.0 (2023-07-27)

New features:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Starting with v0.5.0 (July 2023) voc4cat uses its internal converter and does no
To start you need:

- git
- Python (3.8 or newer)
- Python (3.10 or newer)

voc4cat works on windows, linux and mac. However, the examples below assume that you work on windows
and that the [launcher](https://docs.python.org/3.11/using/windows.html#python-launcher-for-windows) is installed.
Expand Down Expand Up @@ -73,6 +73,8 @@ Show a help message for the voc4cat command line tool with all available options

`voc4cat --help` (or simply `voc4cat`)

*If you feel adventurous, you may alternatively try out the new improved command line interface `voc4cat-ng` (added in Release 0.5.1).*

To create a new vocabulary use the voc4Cat-adjusted template from the `templates` subfolder.
You may first use simple temporary IRIs like (`ex:my_term`).

Expand Down

0 comments on commit 09c3c63

Please sign in to comment.