Skip to content

Commit

Permalink
chore: upgrade version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrLixm committed Jul 3, 2024
1 parent 415b98b commit 366f475
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.9.0] - 2024-07-03

### added

- relative path in the config file are made absolute to the config parent dir.

### fixed

- keys in config file have their type properly casted to the expected type



## [0.8.2] - 2024-06-29

### fix
Expand Down
2 changes: 1 addition & 1 deletion kloch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
from .cli import get_cli

# keep in sync with pyproject.toml
__version__ = "0.8.2"
__version__ = "0.9.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "kloch"
# keep in sync with __init__.py
version = "0.8.2"
version = "0.9.0"
description = "Environment Manager CLI wrapping package managers calls as serialized config file"
authors = ["Liam Collod <monsieurlixm@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 366f475

Please sign in to comment.