Skip to content

Commit 9f4bcc1

Browse files
committed
doc: updated changelog
1 parent 3e7aaf2 commit 9f4bcc1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## UNRELEASED
7+
## [0.3.0] - 2021-11-16
88
### Added
99
- Added base implementation of CQRS Pattern.
1010
- Added base implementation of Unit of Work Pattern.

kingdom_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Define the package's version.
44
# - Is used for indexing and distributing the package
55
# - Follow the conventions defined by PEP440
6-
__version__ = "0.3.0dev1"
6+
__version__ = "0.3.0"
77

88

99
def _get_base_dir() -> str:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kingdom-sdk"
3-
version = "0.3.0dev1"
3+
version = "0.3.0"
44
description = "Library containing the core modules for the kingdom-python-server"
55
authors = ["William Abreu <william@t10.digital>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)