Skip to content

Commit 6cc61f0

Browse files
chore(version): v0.1.1
1 parent 10366f4 commit 6cc61f0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## v0.1.1 - 2023-06-11
6+
#### Style
7+
- **(logging)** improve logged output - (10366f4) - Mark S
8+
9+
- - -
10+
11+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "echo-rs"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
description = "A simple HTTP echo server"
66
license = "AGPL-3.0-or-later"
77
edition = "2021"

0 commit comments

Comments
 (0)