@@ -5,6 +5,81 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
83
## [ 0.13.5] - 2025-01-19
9
84
[ 0.13.5 ] : https://github.com/bodo-run/yek/compare/v0.13.4...v0.13.5
10
85
### Bug Fixes
@@ -15,6 +90,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
90
16
91
- Integrate git-cliff for changelog generation
17
92
93
+ ### Release
94
+
95
+ - V0.13.5
96
+
18
97
## [ 0.13.4] - 2025-01-19
19
98
[ 0.13.4 ] : https://github.com/bodo-run/yek/compare/v0.13.3...v0.13.4
20
99
### Bug Fixes
0 commit comments