Skip to content

Commit 6fa3013

Browse files
committedJan 19, 2025·
release: v0.13.6
1 parent 0dc3e48 commit 6fa3013

File tree

3 files changed

+81
-2
lines changed

3 files changed

+81
-2
lines changed
 

‎CHANGELOG.md

+79
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,81 @@ 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.13.7] - 2025-01-19
9+
[0.13.7]: https://github.com/bodo-run/yek/compare/v0.13.5...v0.13.7
10+
### Bug Fixes
11+
12+
- Ensure most important chunks are output last when streaming
13+
- Handle Windows paths correctly in gitignore matching
14+
- Make chunk order test platform-independent
15+
- Make chunk order test more robust across platforms
16+
- Improve test robustness and error handling
17+
- Handle logging initialization gracefully in tests
18+
- Manually update Formula version
19+
- Handle Windows paths correctly in gitignore matching
20+
- Update Formula version to match project version
21+
- Get version using cargo pkgid
22+
- Add aarch64-linux-gnu linker configuration
23+
- Use configured max_size in aggregator instead of hardcoded value
24+
- Ensure files with different priorities are in separate chunks
25+
- Normalize Windows paths for priority calculation
26+
- Standardize path handling using PathBuf and normalize_path
27+
- Handle Windows path normalization correctly
28+
- Handle Windows UNC paths correctly
29+
- Normalize paths consistently in gitignore matching and priority sorting
30+
- Add --no-verify flag to cargo publish
31+
32+
### Documentation
33+
34+
- Add roadmap
35+
- Make chunking clear in README
36+
- Fix note formatting
37+
- Update changelog for v0.13.2
38+
- Improve readme
39+
- Add documentation for file_index field
40+
41+
### Features
42+
43+
- Prioritize high-priority files in streaming mode
44+
- Integrate git-cliff for changelog generation
45+
46+
### Miscellaneous Tasks
47+
48+
- Bump version to 0.13.1
49+
- Remove semantic release and sync versions
50+
51+
### Performance
52+
53+
- Improve benchmark configuration and accuracy
54+
55+
### Refactor
56+
57+
- Remove duplicate formula update from release workflow
58+
- Optimize chunk priority check and improve debug logging
59+
- Use consistent chunk size constants
60+
61+
### Testing
62+
63+
- Add test to verify chunk ordering behavior
64+
- Normalize Windows paths in chunk order test
65+
66+
### Ci
67+
68+
- Publish to crates.io
69+
- Improve benchmark job configuration
70+
- Parallelize benchmark groups in serialization tests
71+
72+
### Release
73+
74+
- V0.13.5
75+
- V0.7.5
76+
- V0.13.1
77+
- V0.13.3
78+
- V0.13.4
79+
- V0.13.5
80+
- V0.13.5
81+
- V0.13.6
82+
883
## [0.13.5] - 2025-01-19
984
[0.13.5]: https://github.com/bodo-run/yek/compare/v0.13.4...v0.13.5
1085
### Bug Fixes
@@ -15,6 +90,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1590

1691
- Integrate git-cliff for changelog generation
1792

93+
### Release
94+
95+
- V0.13.5
96+
1897
## [0.13.4] - 2025-01-19
1998
[0.13.4]: https://github.com/bodo-run/yek/compare/v0.13.3...v0.13.4
2099
### Bug Fixes

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yek"
3-
version = "0.13.5"
3+
version = "0.13.7"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)
Please sign in to comment.