Skip to content

Releases: KIT-MRT/util_caching

v1.4.2

09 Dec 21:55
Compare
Choose a tag to compare

This fixes a line break in the README that somehow made it through our waterproof code reviews.

#patch

v1.4.1

06 Dec 19:50
Compare
Choose a tag to compare

This tidies up the readme in the style we use in the arbitration_graphs repo.
This moves large parts of the existing readme into collapsible spoilers, adds shield.io badges, and a list of features.

#patch

v1.4.0

06 Dec 10:52
Compare
Choose a tag to compare

This contributes python bindings. Since this is a template C++ library, the python bindings have to be compiled at a later point in time, when the types are known. Therefore, we don't ship the bindings directly but rather add a convenience function that allows binding the types once the template arguments are known.

When pybind is available and BUILD_TEST=TRUE, a python module is built that allows running unit tests (almost) equivalent to the C++ ones.

#minor

v1.3.1

30 Nov 00:02
Compare
Choose a tag to compare

Analogous to KIT-MRT/arbitration_graphs#85, the version bump is now computed from the PR description.

#patch

v1.3.0

29 Nov 23:49
Compare
Choose a tag to compare

Following our lessons learned from KIT-MRT/arbitration_graphs@4575619, this adds a tiny improvement of our test/CMakeLists.txt

This should help building the unit tests against installed lib

#patch

v1.2.0

12 Nov 13:00
Compare
Choose a tag to compare

This fixes the release test GitHub Action workflow introduced in #36

#patch

v1.1.0

12 Nov 10:49
Compare
Choose a tag to compare

This adds a GitHub Action testing the latest debian package by

v1.0.0

12 Nov 09:45
Compare
Choose a tag to compare

This fixes an issue with the release pipeline.

The version bump action does not seem to work with a repository cloned via ssh. This PR therefore splits this into two jobs: One job to just compute the new version using an https clone and a second job that updated the version file and creates a tag. This one then uses the deploy key to bypass the branch protections for the automated changes.

This fixes the issue (tested on a protected devel branch) and also adds a separation of concerns for the different parts of the pipeline.

v0.1.0

07 Nov 15:12
Compare
Choose a tag to compare
Copy release artifacts differently due to deadlock when using outputs

See https://github.com/moby/buildkit/issues/2950