Skip to content

Commit

Permalink
Set version to 0.77.0 (#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed May 25, 2023
1 parent 3384649 commit 0f5fa72
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.76'
version = '0.77'
# The full version, including alpha/beta/rc tags.
release = '0.76.0'
release = '0.77.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
23 changes: 23 additions & 0 deletions doc/developer-guide/releasenotes/rel_0.77.0.rst
@@ -0,0 +1,23 @@
.. _rel-0.77.0:

Release 0.77.0
==============

Welcome to Zotonic 0.77.0, released on May 25, 2023.

This is a maintenance release.

Main changes are:

* Fix for handling media classes with non-url-safe characters in the name
* New filters: url, url_abs. Both copied over from the master branch.

Commits since 0.76.0
--------------------

Marc Worrell (4):

* mod_oembed: add oembed support for spotify. (#3403)
* core: validate mediaclass names (#3405)
* core: explicit memo-flush of acl permissions after update/insert of rsc
* mod_base: add filter url and url_abs from master to 0.x (#3425)
2 changes: 1 addition & 1 deletion include/zotonic_release.hrl
Expand Up @@ -17,4 +17,4 @@
%% limitations under the License.

%% Release number
-define(ZOTONIC_VERSION, "0.76.0").
-define(ZOTONIC_VERSION, "0.77.0").
2 changes: 1 addition & 1 deletion src/zotonic.app.src
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, zotonic,
[{description, "zotonic"},
{vsn, "0.76.0"},
{vsn, "0.77.0"},
{modules,
[
zotonic,
Expand Down

0 comments on commit 0f5fa72

Please sign in to comment.