Skip to content

Releases: planetmint/cryptoconditions

v1.2.2

13 Jun 13:15
1c53d93
Compare
Choose a tag to compare
hot fix release: jumped to versions with hot fixes

Signed-off-by: Jürgen Eckel <[email protected]>

v1.2.1

06 Apr 09:52
5c55ee9
Compare
Choose a tag to compare
Sonarqube fixes and improvements (#44)

* removed code smell and fixed one bug threshold.py:parse_dict
* added changelog
* bumped version

Signed-off-by: Jürgen Eckel <[email protected]>

v1.2.0

05 Apr 13:11
80506af
Compare
Choose a tag to compare
Merge pull request #42 from planetmint/remove-zenroom-signing

Remove zenroom signing

v1.1.2

13 Feb 11:13
303d2c9
Compare
Choose a tag to compare
Bump ipython from 8.7.0 to 8.10.0 (#41)

Bumps [ipython](https://github.com/ipython/ipython) from 8.7.0 to 8.10.0.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](https://github.com/ipython/ipython/compare/8.7.0...8.10.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Jürgen Eckel <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jürgen Eckel <[email protected]>

v1.1.0

21 Dec 10:02
c34b874
Compare
Choose a tag to compare
Remove keyring tag (#39)

* removed automated "keyring" handling from ZenroomSha256.sign method
* improved sample code
* simplified dependency management
* improved github workflows
* fixed parse_asn1_dict_payload parsing issue with data or key being set to None and being converted to 'null'
* added testcases for the data and key set to None
* added testcase for script encoding/decoding
* blackified

Signed-off-by: Jürgen Eckel <[email protected]>

Update package name and to newest Zenroom version

29 Nov 08:35
b8b734e
Compare
Choose a tag to compare
renamed the folder to planetmint_cryptoconditions (#37)

* renamed the package to planetmint_cryptoconditions
* adjusted the docs and examples
* removed black dependency

Signed-off-by: Jürgen Eckel <[email protected]>