Releases: OpenTermsArchive/engine
Releases · OpenTermsArchive/engine
v0.26.1
0.26.1 - 2023-04-19
Changed
- Change URL to engine repo from ambanum/OpenTermsArchive to OpenTermsArchive/engine
- Replace documentation with links to the documentation website to avoid redundancy
v0.26.0
0.26.0 - 2023-02-20
Changed
- Breaking: Split validation and linting of declaration files in 2 commands.
ota validate
does not test the linting of files anymore. - Breaking:
ota lint
does not fix files by default.ota lint --fix
must be used for that.
v0.25.2
v0.25.1
0.25.1 - 2023-02-20
Changed
- Improve documentation for CLI commands
v0.25.0
0.25.0 - 2023-02-08
Changed
- Breaking: Replace behaviour of
ota track --schedule
. It now tracks the changes only on scheduled hours. It was before running also on launch.
v0.24.0
0.24.0 - 2023-01-25
Added
- Trigger a release event on CI to deploy documentation website
v0.23.0
0.23.0 - 2023-01-18
Removed
- Breaking: Remove obsolete ansible deployment recipes as it was extracted in a dedicated repository. Look at the README to know how to deploy the engine.
v0.22.0
0.22.0 - 2023-01-17
Changed
- Replace embedded terms types list with the one defined in the dedicated repository
@opentermsarchive/terms-types
.
v0.21.0
0.21.0 - 2023-01-16
Added
- Add dataset command to CLI; this command can be discovered in the documentation and by running
ota dataset help