From 416816222fb605614d50cf74da6dbb090c7b7b25 Mon Sep 17 00:00:00 2001 From: wphyojpl Date: Mon, 9 Sep 2024 17:48:54 +0000 Subject: [PATCH] chore: update version + change log --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b81017d..dd54b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ 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.1.0-D-0.0.1] - 2024-09-09 +### Fixed +- [#2](https://github.com/unity-sds/unity-data-services/pull/2) fix: getting it working. + ## [0.1.0] - 2024-09-10 ### Added -- Copied code form https://github.com/unity-sds/unity-data-services +- Copied code form https://github.com/unity-sds/unity-data-services \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 3a2fbc0..032ed18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mdps-ds-lib" -version = "0.1.0" +version="0.1.0-D-0.0.1" description = "Mission Data System - MDPS (Unity) Data Service Core library" authors = ["Wai Phyo "] license = "Apache 2.0"