2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ 0.2.2 ] - 2024-04-30
5
+ ## [ 0.2.3 ] - 2024-09-02
6
6
7
- ### Build configuration
7
+ ### 🚀 Features
8
8
9
- - Update dependencies and Cargo metadata
10
- - Add ` native-certs ` feature flag
9
+ - Add support for listening on Unix domain sockets
11
10
12
- ### CI configuration
11
+ ### 📚 Documentation
13
12
14
- - Test building with optional features enabled
13
+ - Fix Markdown list formatting
15
14
16
- ### Documentation
15
+ ### 🛠️ Build
17
16
18
- - Document the new ` native-certs ` feature flag
17
+ - Update dependencies and Cargo metadata
19
18
20
- ### Features
19
+ ### ⚙️ Miscellaneous Tasks
20
+
21
+ - Update git-cliff config file
22
+
23
+ ## [ 0.2.2] - 2024-04-30
24
+
25
+ ### 🚀 Features
21
26
22
27
- Add HTTP client ` User-Agent ` header
23
28
24
- ## [ 0.2.1 ] - 2024-02-19
29
+ ### 📚 Documentation
25
30
26
- ### Build configuration
31
+ - Document the new ` native-certs ` feature flag
32
+
33
+ ### 🛠️ Build
27
34
28
35
- Update dependencies and Cargo metadata
36
+ - Add ` native-certs ` feature flag
29
37
30
- ### Features
38
+ ### ⚙️ Miscellaneous Tasks
31
39
32
- - Store the cached index entry mtime in files
33
- - Recover from index connection failures
40
+ - Test building with optional features enabled
34
41
35
- ## [ 0.2.0 ] - 2023-08-09
42
+ ## [ 0.2.1 ] - 2024-02-19
36
43
37
- ### Build configuration
44
+ ### 🚀 Features
38
45
39
- - [ ** breaking ** ] Rewrite using ` tiny_http ` directly
40
- - Update the crate description and dependencies
46
+ - Store the cached index entry mtime in files
47
+ - Recover from index connection failures
41
48
42
- ### Documentation
49
+ ### 🛠️ Build
43
50
44
- - Update crate docs and README for v0.2
51
+ - Update dependencies and Cargo metadata
52
+
53
+ ## [ 0.2.0] - 2023-08-09
45
54
46
- ### Features
55
+ ### 🚀 Features
47
56
48
57
- Add initial support for the sparse registry
49
58
- Forward sparse index entry get requests
@@ -52,59 +61,65 @@ All notable changes to this project will be documented in this file.
52
61
- Add memory cache for index entry metadata
53
62
- Implement index metadata cache invalidation
54
63
55
- ### Refactor
64
+ ### 🚜 Refactor
56
65
57
66
- Move file cache functions into a submodule
58
67
59
- ### Styling
68
+ ### 📚 Documentation
69
+
70
+ - Update crate docs and README for v0.2
71
+
72
+ ### 🎨 Styling
60
73
61
74
- * (changelog)* Group log entries by scope
62
75
76
+ ### 🛠️ Build
77
+
78
+ - [ ** breaking** ] Rewrite using ` tiny_http ` directly
79
+ - Update the crate description and dependencies
80
+
63
81
## [ 0.1.4] - 2023-07-02
64
82
65
- ### Build configuration
83
+ ### 🛠️ Build
66
84
67
85
- Update dependencies and Cargo metadata
68
86
69
- ### CI configuration
87
+ ### ⚙️ Miscellaneous Tasks
70
88
71
89
- Add container build check job
72
90
- Publish tagged versions to crates.io
73
91
74
92
## [ 0.1.3] - 2023-02-23
75
93
76
- ### Build configuration
94
+ ### 🚜 Refactor
95
+
96
+ - Fix Clippy warnings
97
+
98
+ ### 🛠️ Build
77
99
78
100
- Update build dependencies
79
101
- Use Cargo build profile for stripping
80
102
81
- ### CI configuration
103
+ ### ⚙️ Miscellaneous Tasks
82
104
83
105
- Build versioned Docker images
84
106
85
- ### Refactor
107
+ ## [ 0.1.2 ] - 2022-11-15
86
108
87
- - Fix Clippy warnings
109
+ ### 🚜 Refactor
88
110
89
- ## [ 0.1.2 ] - 2022-11-15
111
+ - Box ` ureq::Error ` to reduce the returned enum size
90
112
91
- ### Build configuration
113
+ ### 🛠️ Build
92
114
93
115
- Update dependencies and bump to v0.1.2
94
116
95
- ### CI configuration
117
+ ### ⚙️ Miscellaneous Tasks
96
118
97
119
- Add a basic .gitlab.yml config file.
98
120
- Add a GitHub workflow for Rust build checks
99
121
- Add a GitHub workflow for publishing Docker images
100
-
101
- ### Miscellaneous Tasks
102
-
103
122
- Add ` git-cliff ` config file
104
123
- Add a change log file
105
124
106
- ### Refactor
107
-
108
- - Box ` ureq::Error ` to reduce the returned enum size
109
-
110
125
<!-- generated by git-cliff -->
0 commit comments