Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
javaguirre committed Apr 8, 2021
1 parent 44ad589 commit fbab936
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## CHANGELOG

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).

## [Unreleased]

## v0.2.0

- Added CHANGELOG, homepage and url to pyproject file

## v0.1.0

- First version deployed on Pypi [url](https://pypi.org/manage/project/alastria-identity/release/0.1.0/).
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[tool.poetry]
name = "alastria-identity-lib-py"
version = "0.1.0"
name = "alastria-identity"
version = "0.2.0"
description = ""
authors = ["Javier Aguirre <javi@wealize.io>"]
authors = ["Javier Aguirre <javi@wealize.digital>"]
license = "MIT"
packages = [
{ include = "alastria_identity" }
]
homepage = "https://github.com/Wealize/alastria-identity-lib-py"
repository = "https://github.com/Wealize/alastria-identity-lib-py"
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.8"
Expand Down

0 comments on commit fbab936

Please sign in to comment.