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 5858593

Browse files
committed
release: Version 0.8.0
1 parent f34b012 commit 5858593

File tree

6 files changed

+35
-7
lines changed

6 files changed

+35
-7
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.7.2"
1+
current_version = "0.8.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.7.2/CHANGES.rst
2-
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.7.1..v0.7.2
1+
- Changelog is https://github.com/attakei/oEmbedPy/blob/v0.8.0/CHANGES.rst
2+
- You can source diff to https://github.com/attakei/oembedPy/compare/v0.7.2..v0.8.0

CHANGES.rst

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

5+
v0.8.0
6+
======
7+
8+
:date: 2025-01-30 (JST)
9+
10+
Breaking changes
11+
----------------
12+
13+
* Rename Sphinx integration from ``oembedpy.ext.sphinx`` to ``oembedpy.adapters.sphinx``.
14+
But it keeps package that can import.
15+
16+
Features
17+
--------
18+
19+
* MkDocs integration: Create new integration as ``oembedpy.adapters.mkdocs``.
20+
* Sphinx integration: Cache response of oEmbed API into build-environment.
21+
22+
Fixes
23+
-----
24+
25+
* Define optional dependencies, they are ``sphinx`` and ``mkdocs``.
26+
27+
Others
28+
------
29+
30+
* Update classifiers.
31+
* Dprecated ``oembedpy.ext.sphinx`` (see Breaking changes).
32+
533
v0.7.2
634
======
735

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.7.2"
3+
__version__ = "0.8.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "oEmbedPy"
7-
version = "0.7.2"
7+
version = "0.8.0"
88
description = "oEmbed client for Python."
99
readme = "README.rst"
1010
requires-python = ">=3.9"
@@ -50,7 +50,7 @@ sphinx = [
5050

5151
[project.urls]
5252
Home = "https://github.com/attakei/oEmbedPy"
53-
Documentation = "https://oembedpy.readthedocs.io/en/v0.7.2/"
53+
Documentation = "https://oembedpy.readthedocs.io/en/v0.8.0/"
5454

5555
[project.entry-points."mkdocs.plugins"]
5656
oembedpy = "oembedpy.adapters.mkdocs:OembedPlugin"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)