Skip to content

Commit

Permalink
release: Bump v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Sep 22, 2024
1 parent aea2149 commit 7859e79
Show file tree
Hide file tree
Showing 4 changed files with 28 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.6.0"
current_version = "0.7.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.6.0/CHANGES.rst
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.5.0..v0.6.0
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.7.0/CHANGES.rst
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.6.0..v0.7.0
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@
Change logs
===========

v0.7.0
======

:date: 2024-09-22 (JST)

Features
--------

* Add feature for fallback content when providers response invalid format.

* For CLI, add ``--fallback`` option.
* For Sphinx extension, ``oembed_fallback_type`` option.

Fixes
-----

* Clean up some type hinting.

Others
------

* Check sources by mypy.
* Manage dependencies and project workspace by uv.

v0.6.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.6.0"
__version__ = "0.7.0"

0 comments on commit 7859e79

Please sign in to comment.