Skip to content

Commit

Permalink
release: Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Apr 21, 2024
1 parent 6f06250 commit 8af9d8f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .age.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
current_version = "0.4.0"
current_version = "0.5.0"

[[files]]
path = "oembedpy/__init__.py"
Expand Down
4 changes: 2 additions & 2 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.4.0/CHANGES.rst
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.3.2..v0.4.0
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.5.0/CHANGES.rst
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.4.0..v0.5.0
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Change logs
===========

v0.5.0
======

:date: 2024-04-21 (JST)

Features
--------

* Follow redirects when fetch embed content (`#1 <https://github.com/attakei/oEmbedPy/pull/1>`)_)

Others
------

* Use Ruff for formatting and linting

v0.4.0
======

Expand Down
2 changes: 1 addition & 1 deletion oembedpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""oEmbed client for Python."""

__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 8af9d8f

Please sign in to comment.