Skip to content

Commit

Permalink
0.21.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed May 6, 2024
1 parent dcf5b28 commit 4fcd169
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,42 @@



## v0.21.3 (2024-05-06)

### Chore

* chore(deps): update dependency sentry-sdk to v2.1.1 ([`94c4d3c`](https://github.com/MartinBernstorff/Memium/commit/94c4d3c80cf75f241470ef5211a68e7037be775c))

* chore(deps): update dependency sentry-sdk to v2.1.0 ([`625b0bf`](https://github.com/MartinBernstorff/Memium/commit/625b0bfeb337895b6dc47fddae68836676cd3b1f))

* chore(deps): update python-semantic-release/python-semantic-release action to v9.7.0 ([`05181e1`](https://github.com/MartinBernstorff/Memium/commit/05181e1b3367c9231b1219728d2f54a7ddd769b9))

* chore(deps): update dependency dev/ruff to v0.4.3 ([`e8f6541`](https://github.com/MartinBernstorff/Memium/commit/e8f6541bf1bbf49e738ec381ae5b609be2b52d4b))

* chore(deps): update dependency tqdm to v4.66.4 ([`168a75e`](https://github.com/MartinBernstorff/Memium/commit/168a75e9afcae0b7cac8ce4d06a58427048467f2))

* chore(deps): update dependency dev/pyright to v1.1.361 ([`9fdb56b`](https://github.com/MartinBernstorff/Memium/commit/9fdb56b8a2390e37a2e5cc8a85cb1d4a9488fa65))

* chore: delete test.py (#656) ([`1505b0f`](https://github.com/MartinBernstorff/Memium/commit/1505b0f8d8fbea4785f5935a79e717e38fece8c5))

* chore: delete test.py ([`f1854dc`](https://github.com/MartinBernstorff/Memium/commit/f1854dc65643c430df9db0ce62cafb94680abb03))

### Fix

* fix: do not escape html (#664)

- update anki_prompt_qa.py
- test: update test_anki_prompt_qa.ambr ([`dcf5b28`](https://github.com/MartinBernstorff/Memium/commit/dcf5b28ac57a9df8996fc7abbd7ae05d676d215f))

### Test

* test: update test_anki_prompt_qa.ambr ([`b08f56a`](https://github.com/MartinBernstorff/Memium/commit/b08f56ae8517f5b5a5c04ac58b79022fd9c29aaf))

### Unknown

* update anki_prompt_qa.py ([`fc5d1f9`](https://github.com/MartinBernstorff/Memium/commit/fc5d1f9bd060392ce7d3b0b38dda62746e574d08))


## v0.21.2 (2024-04-30)

### Chore
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 = "setuptools.build_meta"

[project]
name = "memium"
version = "0.21.2"
version = "0.21.3"
authors = [{ name = "Martin Bernstorff", email = "[email protected]" }]
description = "Memium"
classifiers = ["Programming Language :: Python :: 3.11"]
Expand Down

0 comments on commit 4fcd169

Please sign in to comment.