Skip to content

Commit a95d8e9

Browse files
committed
release v8.0
1 parent 63a4c88 commit a95d8e9

4 files changed

Lines changed: 1420 additions & 1419 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ On the open source side, there are many related projects. [php-mf2-shim](https:/
281281
Changelog
282282
---
283283

284-
### 8.0 - unreleased
284+
### 8.0 - 2025-01-01
285285

286286
_Breaking changes:_
287287

@@ -290,7 +290,7 @@ _Breaking changes:_
290290

291291
_Non-breaking changes:_
292292

293-
Standardize function and method names in all modules to `to_as1`, `from_as`, etc. Old method names are now deprecated but won't be removed until at least v8.0, if not later.
293+
Standardize function and method names in all modules to `to_as1`, `from_as`, etc. Old method names are now deprecated but won't be removed until at least v9.0, if not later.
294294

295295
* `as1`:
296296
* Add new `is_dm`, `recipient_if_dm`, `get_id`, and `is_audience` functions.

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@
8080

8181
# General information about the project.
8282
project = 'granary'
83-
copyright = '2012-2023, Ryan Barrett'
83+
copyright = '2012-2025, Ryan Barrett'
8484
author = 'Ryan Barrett'
8585

8686
# The version info for the project you're documenting, acts as replacement for
8787
# |version| and |release|, also used in various other places throughout the
8888
# built documents.
8989
#
9090
# The short X.Y version.
91-
version = '7.0'
91+
version = '8.0'
9292
# The full version, including alpha/beta/rc tags.
93-
release = '7.0'
93+
release = '8.0'
9494

9595
# The language for content autogenerated by Sphinx. Refer to documentation
9696
# for a list of supported languages.

0 commit comments

Comments
 (0)