WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d6443fc

Browse files
committed
release: Version 0.5.0
1 parent 6f06250 commit d6443fc

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.4.0"
1+
current_version = "0.5.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.4.0/CHANGES.rst
2-
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.3.2..v0.4.0
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

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.5.0
6+
======
7+
8+
:date: 2024-04-21 (JST)
9+
10+
Features
11+
--------
12+
13+
* Follow redirects when fetch embed content (`#1 <https://github.com/attakei/oEmbedPy/pull/1>`_)
14+
15+
Others
16+
------
17+
18+
* Use Ruff for formatting and linting
19+
520
v0.4.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.4.0"
3+
__version__ = "0.5.0"

0 commit comments

Comments
 (0)