Skip to content

Commit eeff8b4

Browse files
committed
Bump the version to 0.1.0.
1 parent 617acff commit eeff8b4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## 0.1.0 - 2025-08-06
9+
### Added
10+
- `tldr::{TldrLanguage, TldrResult}`
11+
- Integration with Serde and Bon
12+
813
## 0.0.1 - 2025-08-04
914
### Added
1015
- `tldr::{Tldr, TldrContext, TldrSummary, ToTldr}`

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "tldr-traits"
5-
version = "0.0.1"
5+
version = "0.1.0"
66
authors = ["Arto Bendiken"]
77
edition = "2024"
88
#rust-version = "1.85"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
0.1.0

0 commit comments

Comments
 (0)