-
-
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
1 parent
7011b40
commit c16d724
Showing
2 changed files
with
24 additions
and
24 deletions.
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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
# CHANGELOG | ||
|
||
## v0.2.0 (2024-09-25) | ||
|
||
### Feature | ||
## v0.2.1 (2024-12-24) | ||
|
||
* feat: first mvp with simple, Pydantic models (#2) | ||
### Bug Fixes | ||
|
||
* feat: simpler version with Pydantic; tests not working | ||
* feat: add coverage | ||
* feat: complete coverage and add test build steps | ||
* docs: provide better documentation site and repo collab docs | ||
* fix: fixing build issues ([`3cebb77`](https://github.com/kmbhm1/PyJAS/commit/3cebb77cc5225d73f5414dce181edf53a453f49d)) | ||
- Upgrade jinja to 3.1.5 ([#3](https://github.com/kmbhm1/PyJAS/pull/3), | ||
[`7011b40`](https://github.com/kmbhm1/PyJAS/commit/7011b40e43a33172978c5822491c0110fffd48b7)) | ||
|
||
## v0.1.0 (2024-09-10) | ||
|
||
### Feature | ||
## v0.2.0 (2024-09-25) | ||
|
||
### Features | ||
|
||
* feat: proof of concept (#1) | ||
- First mvp with simple, Pydantic models ([#2](https://github.com/kmbhm1/PyJAS/pull/2), | ||
[`3cebb77`](https://github.com/kmbhm1/PyJAS/commit/3cebb77cc5225d73f5414dce181edf53a453f49d)) | ||
|
||
* feat: simpler version with Pydantic; tests not working * feat: add coverage * feat: complete | ||
coverage and add test build steps * docs: provide better documentation site and repo collab docs * | ||
fix: fixing build issues | ||
|
||
|
||
## v0.1.0 (2024-09-10) | ||
|
||
* feat: initial commit | ||
* chore: updates to repo and keywords | ||
* feat: updates to core objects | ||
* feat: add first parameters and responses | ||
* feat: first draft of 1.1 | ||
* docs: update for go-live preview | ||
* ci: update publish yml | ||
* chore: mypy corrections | ||
* ci: update for packaging | ||
* ci: fix F401 and incorrect excludes ([`55d2d6d`](https://github.com/kmbhm1/PyJAS/commit/55d2d6d2cdf5d17d49c3e9c3036b872542514a87)) | ||
### Features | ||
|
||
### Unknown | ||
- Proof of concept ([#1](https://github.com/kmbhm1/PyJAS/pull/1), | ||
[`55d2d6d`](https://github.com/kmbhm1/PyJAS/commit/55d2d6d2cdf5d17d49c3e9c3036b872542514a87)) | ||
|
||
* Initial commit ([`f4529f1`](https://github.com/kmbhm1/PyJAS/commit/f4529f137e9dfbccc15c8eb6a0587f25f4106f0b)) | ||
* feat: initial commit * chore: updates to repo and keywords * feat: updates to core objects * feat: | ||
add first parameters and responses * feat: first draft of 1.1 * docs: update for go-live preview * | ||
ci: update publish yml * chore: mypy corrections * ci: update for packaging * ci: fix F401 and | ||
incorrect excludes |
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 = "pyjas" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
description = "An implementation of the JSON:API Standard in Python." | ||
authors = ["K Boehm <[email protected]>"] | ||
license = "MIT" | ||
|