Skip to content

Commit

Permalink
Set version to 0.75.0 (#3311)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Mar 2, 2023
1 parent 569bd81 commit 083a775
Show file tree
Hide file tree
Showing 4 changed files with 34 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.74'
version = '0.75'
# The full version, including alpha/beta/rc tags.
release = '0.74.0'
release = '0.75.0'

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

Release 0.75.0
==============

Welcome to Zotonic 0.75.0, released on March 2, 2023.

This is a maintenance release.

Main changes are:

* Support to use Nix for system dependencies
* Fixes for the pages scomp where wrong URLs could be generated

Commits since 0.74.0
--------------------

Colin de Roos (3):

* Manage system dependencies with Nix (0.x version) (#3254)
* Add ps to shell.nix (#3281)
* mod_cookie_consent: Make the selector for the cookie-consented slightly more general (#3308)

Marc Worrell (5):

* mod_cookie_consent: fix name of stats field in manage_schema
* mod_admin: misc fixes for the connect/disconnect dialog (0.x) (#3269)
* z_search: default pagelen for undefined limit (#3275)
* Upgrade z_stdlib to a40e135f5288ecdd21b850d2d21b2a8a7769e81d (#3295)
* mod_base: fix an issue in page scomp where a wrong URL could be generated (0.x) (#3296)
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.74.0").
-define(ZOTONIC_VERSION, "0.75.0").
2 changes: 1 addition & 1 deletion src/zotonic.app.src
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, zotonic,
[{description, "zotonic"},
{vsn, "0.74.0"},
{vsn, "0.75.0"},
{modules,
[
zotonic,
Expand Down

0 comments on commit 083a775

Please sign in to comment.