Skip to content

Commit fbab936

Browse files
committed
Updated CHANGELOG
1 parent 44ad589 commit fbab936

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## CHANGELOG
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## v0.2.0
11+
12+
- Added CHANGELOG, homepage and url to pyproject file
13+
14+
## v0.1.0
15+
16+
- First version deployed on Pypi [url](https://pypi.org/manage/project/alastria-identity/release/0.1.0/).

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[tool.poetry]
2-
name = "alastria-identity-lib-py"
3-
version = "0.1.0"
2+
name = "alastria-identity"
3+
version = "0.2.0"
44
description = ""
5-
authors = ["Javier Aguirre <javi@wealize.io>"]
5+
authors = ["Javier Aguirre <javi@wealize.digital>"]
66
license = "MIT"
77
packages = [
88
{ include = "alastria_identity" }
99
]
10+
homepage = "https://github.com/Wealize/alastria-identity-lib-py"
11+
repository = "https://github.com/Wealize/alastria-identity-lib-py"
12+
readme = "README.md"
1013

1114
[tool.poetry.dependencies]
1215
python = "^3.8"

0 commit comments

Comments
 (0)