From 1f3ae01d639ffe7d5a71de844f05939e0c0a0ba3 Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Wed, 18 Sep 2024 14:11:14 +0000 Subject: [PATCH] chore: update version + change log --- CHANGELOG.md | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfab236..0ab4179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.0] - 2024-09-18 + +- [#36](https://github.com/unity-sds/unity-data-services/pull/36) release + ## [0.4.0.dev000200] - 2024-09-18 ### Changed - [#34](https://github.com/unity-sds/unity-data-services/pull/34) feat: new ways to write release notes diff --git a/pyproject.toml b/pyproject.toml index db1e353..ed6a4ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version="0.4.0.dev000200" +version="0.5.0" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"