Skip to content

Commit

Permalink
Merge pull request #98 from bodo-run/release
Browse files Browse the repository at this point in the history
Release v0.18
  • Loading branch information
mohsen1 authored Feb 13, 2025
2 parents 576cf63 + a0b8b04 commit f356e7f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.17.0] - 2025-02-06
[0.17.0]: https://github.com/bodo-run/yek/compare/v0.16.0...v0.17.0
## [0.18.0] - 2025-02-13
[0.18.0]: https://github.com/bodo-run/yek/compare/v0.17.0...v0.18.0
### Bug Fixes

- Ensure files with same timestamp get same boost
Expand All @@ -25,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Remove unused byte-unit dependency
- Upgrade dependencies
- Bump config from 0.15.6 to 0.15.7
- Bump toml from 0.8.19 to 0.8.20
- Bump clap from 4.5.27 to 4.5.28
- Bump config from 0.15.7 to 0.15.8
- Bump bytesize from 1.3.0 to 1.3.2

### Testing

Expand All @@ -35,6 +39,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Handle missing base branch coverage gracefully
- *covdir*

### Release

- V0.17.0

## [0.16.0] - 2025-01-30
[0.16.0]: https://github.com/bodo-run/yek/compare/v0.15.0...v0.16.0
### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yek"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
description = "A tool to serialize a repository into chunks of text files"
license = "MIT"
Expand Down Expand Up @@ -36,7 +36,7 @@ serde_yaml = "0.9.34"
sha2 = "0.10"
time = "0.3"
toml = "0.8"
tracing = { version = "0.1", features = ["release_max_level_info"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
walkdir = "2.4"

Expand Down

0 comments on commit f356e7f

Please sign in to comment.