Skip to content

Commit

Permalink
Set version to 0.66.0 (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed May 24, 2022
1 parent 269ba47 commit 48f3eb9
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
# built documents.
#
# The short X.Y version.
version = '0.65'
version = '0.66'
# The full version, including alpha/beta/rc tags.
release = '0.65.0'
release = '0.66.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
28 changes: 28 additions & 0 deletions doc/developer-guide/releasenotes/rel_0.66.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
.. _rel-0.66.0:

Release 0.66.0
==============

Welcome to Zotonic 0.66.0, released on May 24, 2022.

This is a maintenance release.

Main changes are:

* Ensure in sent emails that the 'To' field is properly formatted
* Do not crash in m_edge:objects/3 and subjects/3 on non existing resources
* The image template tag now supports the 'decoding' attribute

Commits since 0.65.0
--------------------

Colin de Roos (1):

* Fix syntax error in zotonic.config.in (#2941)

Marc Worrell (4):

* core: on image tag, support the 'decoding' attribute
* core: log sass errors to the console log as info messages
* core: in m_edge, accept non existing resources for objects/3 and subjects/3
* core: ensure To email is properly formatted. (#2968)
2 changes: 1 addition & 1 deletion include/zotonic_release.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
%% limitations under the License.

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

0 comments on commit 48f3eb9

Please sign in to comment.