Skip to content

Commit

Permalink
chore(release): 0.1.2 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
jeeves committed Mar 25, 2024
1 parent 4ef323e commit befa717
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@



## v0.1.2 (2024-03-25)

### Documentation

* docs: update readme ([`4ef323e`](https://github.com/kamoo1/anki-word-freq/commit/4ef323e8437565f6c8e401aa0189fad6ba3b5818))

* docs: add recording ([`6b06ce7`](https://github.com/kamoo1/anki-word-freq/commit/6b06ce77000a3a30041e45fa7c550523031db481))

### Fix

* fix: hide cjk when dependencies don't meet ([`4169579`](https://github.com/kamoo1/anki-word-freq/commit/41695794231b8c671571131b1de8beafe4d6c528))

* fix: add manifest for manual install ([`62d2f9a`](https://github.com/kamoo1/anki-word-freq/commit/62d2f9a30b2e60f5b7e95ef21ed77f73bd9958c3))


## v0.1.1 (2024-03-25)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion ankiwordfreq/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

__version__ = "0.1.1"
__version__ = "0.1.2"

sys.path.append(os.path.join(os.path.dirname(__file__), "vendors"))

Expand Down
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 = "ankiwordfreq"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["kamoo1"]
license = "AGPLv3"
Expand Down

0 comments on commit befa717

Please sign in to comment.