Skip to content

Commit

Permalink
chore: release v0.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 24, 2024
1 parent d46d0b5 commit b9e5c7d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
32 changes: 19 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# CHANGELOG

## v0.6.0 (2024-12-24)

### Features

* feat: add renovate.json ([`d46d0b5`](https://github.com/font2svg/font2svg-api/commit/d46d0b57311257cee3986480f107c81aa9f0d78d))

## v0.5.2 (2024-07-22)

### Ci
### Continuous integration

* ci: update config for python_semantic_release ([`06bcb37`](https://github.com/font2svg/font2svg-api/commit/06bcb37766cf00e88f6ff523199c0af580c2f901))

Expand All @@ -16,25 +22,25 @@

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

### Fix
### Bug fixes

* fix: fix for semantic_release ([`15dfb03`](https://github.com/font2svg/font2svg-api/commit/15dfb03c0c52816de4bad67a5d66d384c81aa4cc))

* fix: fix CHANGELOG.md ([`2db95b7`](https://github.com/font2svg/font2svg-api/commit/2db95b73f63f2b957329b27e7a16a21c419947c2))

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

### Feature
### Features

* feat: add font get and delete apis ([`69b23d6`](https://github.com/font2svg/font2svg-api/commit/69b23d6e2b995aa87ef324f7d35afd9185b426e5))

### Refactor
### Refactoring

* refactor: code refactor ([`6d3fe04`](https://github.com/font2svg/font2svg-api/commit/6d3fe0473c320c55198f981e1ff04c6fe8b1b65d))

## v0.4.0 (2024-03-20)

### Feature
### Features

* feat: support lru cache ([`bf9ad94`](https://github.com/font2svg/font2svg-api/commit/bf9ad941a7513290cfba711148e33a12a0581b0f))

Expand All @@ -46,19 +52,19 @@

* docs: add badges to README.md ([`715ba76`](https://github.com/font2svg/font2svg-api/commit/715ba762f53698b5f8abc95ba069a9fefa988620))

### Feature
### Features

* feat: support cache, add benchmarks ([`41c9c2c`](https://github.com/font2svg/font2svg-api/commit/41c9c2cf1d9b565120517850cf5fe37f3e7e1fdf))

## v0.2.1 (2024-03-14)

### Fix
### Bug fixes

* fix: fix runtime version error inside docker image (#2) ([`f43bebc`](https://github.com/font2svg/font2svg-api/commit/f43bebcf783be63a9c8419337b1f5ed8b8959a65))

## v0.2.0 (2024-03-14)

### Feature
### Features

* feat: add authentication for admin (#1)

Expand All @@ -68,16 +74,16 @@

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

### Documentation
### Bug fixes

* docs: update README.md ([`1c7e44a`](https://github.com/font2svg/font2svg-api/commit/1c7e44a8d4b3357e0335b99560bb7b2708d3029f))
* fix: fix ImportError in container ([`73f8dd7`](https://github.com/font2svg/font2svg-api/commit/73f8dd72cefba65c4a93904a69a2dce32d4c1bf4))

### Fix
### Documentation

* fix: fix ImportError in container ([`73f8dd7`](https://github.com/font2svg/font2svg-api/commit/73f8dd72cefba65c4a93904a69a2dce32d4c1bf4))
* docs: update README.md ([`1c7e44a`](https://github.com/font2svg/font2svg-api/commit/1c7e44a8d4b3357e0335b99560bb7b2708d3029f))

## v0.1.0 (2024-03-13)

### Feature
### Features

* feat: support font uploading & svg fetching ([`71444ba`](https://github.com/font2svg/font2svg-api/commit/71444ba135ae3f857681efee7c0685b0b2bb6e43))
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.6.0"

0 comments on commit b9e5c7d

Please sign in to comment.