Skip to content

Commit 15560b8

Browse files
authored
release v0.11.3 (#59)
1 parent a7f5a6e commit 15560b8

3 files changed

Lines changed: 114 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.3] - 2025-09-01
9+
10+
- Bump dependencies
11+
- Fix EOF error
12+
- Add option to specify custom config file pawth
13+
- Make history persistent
14+
815
## [0.11.2] - 2024-09-05
916

1017
### Added

Cargo.lock

Lines changed: 106 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tenere"
3-
version = "0.11.2"
3+
version = "0.11.3"
44
authors = ["Badr Badri <contact@pythops.com>"]
55
license = "GPL-3.0-or-later"
66
edition = "2021"

0 commit comments

Comments
 (0)