Skip to content

Commit

Permalink
release: Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Jan 29, 2025
1 parent f34b012 commit 5858593
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 7 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.7.2"
current_version = "0.8.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.7.2/CHANGES.rst
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.7.1..v0.7.2
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.8.0/CHANGES.rst
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.7.2..v0.8.0
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,34 @@
Change logs
===========

v0.8.0
======

:date: 2025-01-30 (JST)

Breaking changes
----------------

* Rename Sphinx integration from ``oembedpy.ext.sphinx`` to ``oembedpy.adapters.sphinx``.
But it keeps package that can import.

Features
--------

* MkDocs integration: Create new integration as ``oembedpy.adapters.mkdocs``.
* Sphinx integration: Cache response of oEmbed API into build-environment.

Fixes
-----

* Define optional dependencies, they are ``sphinx`` and ``mkdocs``.

Others
------

* Update classifiers.
* Dprecated ``oembedpy.ext.sphinx`` (see Breaking changes).

v0.7.2
======

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.7.2"
__version__ = "0.8.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"

[project]
name = "oEmbedPy"
version = "0.7.2"
version = "0.8.0"
description = "oEmbed client for Python."
readme = "README.rst"
requires-python = ">=3.9"
Expand Down Expand Up @@ -50,7 +50,7 @@ sphinx = [

[project.urls]
Home = "https://github.com/attakei/oEmbedPy"
Documentation = "https://oembedpy.readthedocs.io/en/v0.7.2/"
Documentation = "https://oembedpy.readthedocs.io/en/v0.8.0/"

[project.entry-points."mkdocs.plugins"]
oembedpy = "oembedpy.adapters.mkdocs:OembedPlugin"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5858593

Please sign in to comment.