Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 12, 2024
1 parent 8cb20f1 commit 1440e40
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,35 @@



## v0.2.2 (2024-04-12)

### Documentation

* docs: correct example.py with up-to-date build syntax ([`2044744`](https://github.com/trumully/artipy/commit/2044744846f149c20a7309312eb722a34d8f16e5))

* docs: correct anchor headers in README ([`0f932da`](https://github.com/trumully/artipy/commit/0f932daeb58ecd60717ddbe8f4d36c82c66ebc98))

* docs: fix table of contents for README ([`b49a525`](https://github.com/trumully/artipy/commit/b49a525cb9ed1a43398a27c30ccae925c1b2e145))

* docs: beautify README ([`015cfa7`](https://github.com/trumully/artipy/commit/015cfa762737a35b69ef0b62f643cc8ac78e1f25))

### Performance

* perf(Artifact): add __slots__ ([`8cb20f1`](https://github.com/trumully/artipy/commit/8cb20f180b8ef34f8876aa818bfe1f14c383db81))

### Refactor

* refactor(ArtifactBuilder): simplify with_substat, with_substats parameters

Add substats like with_substat(<stat_name>, <stat_value>) instead of with_substat(SubStat(<stat_name>, <stat_value>)) ([`a3199d4`](https://github.com/trumully/artipy/commit/a3199d435e2e889bc3bc3791e7ca061d05bef900))


## v0.2.1 (2024-04-12)

### Chore

* chore(release): v0.2.1 [skip ci] ([`c34dfea`](https://github.com/trumully/artipy/commit/c34dfea5f060d0746d9c998c527d631309dcb434))

### Fix

* fix: change 'DECIMAL_PLACES' constant type from float to str ([`11cdecc`](https://github.com/trumully/artipy/commit/11cdecccb2a12b57595243ea6fa2a723464a8257))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "artipy"
version = "0.2.1"
version = "0.2.2"
description = ""
authors = [ "Truman Mulholland <[email protected]>" ]

Expand Down

0 comments on commit 1440e40

Please sign in to comment.