We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84c8db commit 271757fCopy full SHA for 271757f
2 files changed
CHANGELOG.md
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
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
+
9
+## \[0.8.2\]
10
11
+### Fixed
12
13
+- Fix printing booleans (#46)
14
15
+## \[0.8.1\]
16
17
18
19
+- Fix metadata
20
21
## \[0.8.0\]
22
23
### Added
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "toml-cli"
3
-version = "0.8.1"
+version = "0.8.2"
4
description = "Command line interface to read and write keys/values to/from toml files"
readme = "README.md"
license = "MIT AND (Apache-2.0 OR BSD-2-Clause)"
0 commit comments