-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
semantic-release
committed
Nov 13, 2024
1 parent
f52a448
commit 2d633f0
Showing
3 changed files
with
141 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
|
||
# CHANGELOG | ||
|
||
|
||
|
||
## v0.1.0 (2024-08-21) | ||
|
||
|
||
### Build | ||
|
||
* build: establish package structure ([`8e71588`](https://github.com/EDIorg/spinneret/commit/8e71588ebd1f75d0a94846ab5fc84e6aa44c8d30)) | ||
|
||
### Ci | ||
|
||
* ci: align Black version in CI with local environment ([`35dec17`](https://github.com/EDIorg/spinneret/commit/35dec17ddd572d4ba1bcbeeaf8bf63362ab343bf)) | ||
|
||
### Feature | ||
|
||
* feat: migrate src/ modules from previous spinneret iteration ([`4a846ca`](https://github.com/EDIorg/spinneret/commit/4a846ca0541d20db2919ea344d5e896f99326822)) | ||
|
||
### Test | ||
|
||
* test: migrate tests/ module from previous spinneret iteration ([`a0f524b`](https://github.com/EDIorg/spinneret/commit/a0f524b10f3814cb424ec4c25b2604ae18d51d6b)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "spinneret" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
description = "For integrating EDI into the Semantic Web" | ||
authors = ["Colin Smith <[email protected]>"] | ||
maintainers = ["Colin Smith <[email protected]>"] | ||
|