From 0198bc93e46f320b0c913581f7b0c96c4c41870a Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 18 Jul 2023 08:18:23 +0000 Subject: [PATCH] 0.1.0-rc.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d44caba6..06fb3a43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.1.0-rc.2 (2023-07-18) + +### Fix + +* Amending build files to set git config for preprod and prod runs ([`c0a9fe2`](https://github.com/ONSdigital/sml-catalogue/commit/c0a9fe253a14f3b026dfc1aa8c764a18e2b7a6f1)) + ## v0.1.0-rc.1 (2023-07-07) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 44f1da7d2..22c75e6da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sml-catalogue" -version = "0.1.0-rc.1" +version = "0.1.0-rc.2" description = "This repo contains the build environment and code to generate and upload the Statistical Methods Library (SML) Portal Web Application." authors = [] readme = "README.md"