Skip to content

Commit 2b6ca3d

Browse files
committed
Bump the version to 0.0.1.
1 parent 6f6b1a4 commit 2b6ca3d

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@ 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.0.1 - 2025-08-04
9+
### Added
10+
- `tldr::{Tldr, TldrContext, TldrSummary, ToTldr}`
11+
812
## 0.0.0 - 2025-08-03

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
[package]
44
name = "tldr-traits"
5-
version = "0.0.0"
5+
version = "0.0.1"
66
authors = ["Arto Bendiken"]
77
edition = "2024"
88
#rust-version = "1.85"
9-
description = "Abstractions for TL;DR summarization."
9+
description = "Abstractions for TL;DR summarization using the five Ws."
1010
#documentation = "https://docs.rs/tldr-traits"
1111
readme = true
1212
homepage = "https://github.com/dryrust/tldr.rs"

VERSION

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This is free and unencumbered software released into the public domain.
22

3-
//! This crate provides abstractions for TL;DR summarization.
3+
//! This crate provides abstractions for TL;DR summarization using the five Ws.
44
55
#![no_std]
66
#![forbid(unsafe_code)]

0 commit comments

Comments
 (0)