Skip to content

Commit 271757f

Browse files
committed
Release
1 parent e84c8db commit 271757f

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
9+
## \[0.8.2\]
10+
11+
### Fixed
12+
13+
- Fix printing booleans (#46)
14+
15+
## \[0.8.1\]
16+
17+
### Fixed
18+
19+
- Fix metadata
20+
821
## \[0.8.0\]
922

1023
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "toml-cli"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Command line interface to read and write keys/values to/from toml files"
55
readme = "README.md"
66
license = "MIT AND (Apache-2.0 OR BSD-2-Clause)"

0 commit comments

Comments
 (0)