Skip to content

Commit 2a8ae99

Browse files
committed
release: Version 0.6.0
1 parent 1e671ca commit 2a8ae99

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.age.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version = "0.5.0"
1+
current_version = "0.6.0"
22

33
[[files]]
44
path = "oembedpy/__init__.py"

.github/release-body.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.5.0/CHANGES.rst
2-
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.4.0..v0.5.0
1+
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.6.0/CHANGES.rst
2+
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.5.0..v0.6.0

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Change logs
33
===========
44

5+
v0.6.0
6+
======
7+
8+
:date: 2024-04-29 (JST)
9+
10+
Features
11+
--------
12+
13+
* "workspace" to cache responses (optnional)
14+
15+
Fixes
16+
-----
17+
18+
* Reduce requests to providers.json
19+
520
v0.5.0
621
======
722

oembedpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""oEmbed client for Python."""
22

3-
__version__ = "0.5.0"
3+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)