Skip to content

Commit 3b52ec4

Browse files
authored
Release 0.2.0 (#9)
1 parent 71d5a2c commit 3b52ec4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
## [Unreleased]
6+
7+
## [0.2.0] - 2024-06-25
8+
9+
### Added
10+
11+
- Support escaped command invocations ([#8]).
12+
13+
[#8]: https://github.com/stackabletech/config-utils/pull/8
14+
15+
## [0.1.0] - 2024-06-14
16+
17+
Initial release

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "config-utils"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Stackable GmbH <[email protected]>"]
55
license = "Apache-2.0"
66
edition = "2021"

0 commit comments

Comments
 (0)