Skip to content

Commit

Permalink
3.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Oct 22, 2024
1 parent d17ad3a commit 2428fa3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
31 changes: 13 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# CHANGELOG


## v3.7.1 (2024-10-22)

### Bug Fixes

* fix(v3.2): expose v3.2 context and url ([`466d9b0`](https://github.com/blockchain-certificates/cert-schema/commit/466d9b070246a1d2ca958599e1709825dc762c23))

### Unknown

* Merge pull request #79 from blockchain-certificates/chore/fix-ci-semantic-release

fix(v3.2): expose v3.2 context and url ([`d17ad3a`](https://github.com/blockchain-certificates/cert-schema/commit/d17ad3a995fcdd9fdf79abd8d5cae1deef9442ea))


## v3.7.0 (2024-10-22)

### Chores
Expand Down Expand Up @@ -460,20 +473,12 @@ chore(Version): align py version to npm ([`11d7e4b`](https://github.com/blockcha

### Bug Fixes

* fix(JsonLd): fix variables ([`6b25d35`](https://github.com/blockchain-certificates/cert-schema/commit/6b25d357e6a1d0826601dbd08094f2492cec0cab))

* fix(Context): fix typo ([`94e9b43`](https://github.com/blockchain-certificates/cert-schema/commit/94e9b43c0a46b596f834ef85dec46e5bdcbf38d2))

* fix(JsonLd): fix preloading URL for blockcert.org ([`af3cc64`](https://github.com/blockchain-certificates/cert-schema/commit/af3cc6404fd8a781bd51094fbb5647352ef67524))

* fix(V3): ensure display value is being hashed ([`dc5f2eb`](https://github.com/blockchain-certificates/cert-schema/commit/dc5f2eb5e93bdf398eaa6acf737b69977924f8ba))

* fix(v3): remove copy paste item ([`51f72d1`](https://github.com/blockchain-certificates/cert-schema/commit/51f72d15062b756809c62e60da1c50ae43f068dc))

* fix(v3): correct w3id path to schema ([`ba9c4f1`](https://github.com/blockchain-certificates/cert-schema/commit/ba9c4f164c21f45c1eb55d9b32837f6746bce8e2))

* fix(v3): properly expose items ([`30d8601`](https://github.com/blockchain-certificates/cert-schema/commit/30d8601ed6f1c6e98fbf26d87b03cf2bfbcba747))

### Chores

* chore(CI): update repository address ([`f20cdee`](https://github.com/blockchain-certificates/cert-schema/commit/f20cdee859dfa4aa2f91a60128d693890ce4b6f1))
Expand All @@ -488,12 +493,6 @@ chore(Version): align py version to npm ([`11d7e4b`](https://github.com/blockcha

* chore(CI): update python version ([`a5c89f4`](https://github.com/blockchain-certificates/cert-schema/commit/a5c89f484a66e40fb126888cc3b75be8dd4d3fc7))

### Testing

* test(v3): define id as non-relative value ([`3531682`](https://github.com/blockchain-certificates/cert-schema/commit/3531682d768c72bd833b7dc8e9263a5ac33c344d))

* test(All): ensure all tests are run ([`fd87426`](https://github.com/blockchain-certificates/cert-schema/commit/fd87426bd6393e98b98f9421589b93aa6486cc9b))

### Unknown

* Merge pull request #36 from blockchain-certificates/chore/npm-package
Expand All @@ -515,7 +514,3 @@ fix(v3): remove copy paste item ([`659a375`](https://github.com/blockchain-certi
* Merge pull request #32 from blockchain-certificates/fix/schema-url

fix(v3): correct w3id path to schema ([`b547b48`](https://github.com/blockchain-certificates/cert-schema/commit/b547b4868dac15e44c0f4d92630cfd0e656f81ff))

* Merge pull request #31 from blockchain-certificates/feat/v3-final

feat(v3): fix v3 tests ([`c94605a`](https://github.com/blockchain-certificates/cert-schema/commit/c94605ac8f67addf443113418046138bf8dbabfe))
2 changes: 1 addition & 1 deletion cert_schema/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.7.0'
__version__ = '3.7.1'
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockcerts/schemas",
"version": "3.7.0",
"version": "3.7.1",
"repository": "https://github.com/blockchain-certificates/cert-schema",
"description": "One source of truth for Blockcerts schemas",
"main": "index.mjs",
Expand Down

0 comments on commit 2428fa3

Please sign in to comment.