Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Dec 24, 2024
1 parent 7011b40 commit c16d724
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion pyproject.toml
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"
Expand Down

0 comments on commit c16d724

Please sign in to comment.