Skip to content

Commit c11758b

Browse files
committed
chore(release): prepare for v0.2.3
Bump the crate version and update CHANGELOG.md
1 parent d0f74c6 commit c11758b

File tree

1 file changed

+54
-39
lines changed

1 file changed

+54
-39
lines changed

CHANGELOG.md

+54-39
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,57 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.2.2] - 2024-04-30
5+
## [0.2.3] - 2024-09-02
66

7-
### Build configuration
7+
### 🚀 Features
88

9-
- Update dependencies and Cargo metadata
10-
- Add `native-certs` feature flag
9+
- Add support for listening on Unix domain sockets
1110

12-
### CI configuration
11+
### 📚 Documentation
1312

14-
- Test building with optional features enabled
13+
- Fix Markdown list formatting
1514

16-
### Documentation
15+
### 🛠️ Build
1716

18-
- Document the new `native-certs` feature flag
17+
- Update dependencies and Cargo metadata
1918

20-
### Features
19+
### ⚙️ Miscellaneous Tasks
20+
21+
- Update git-cliff config file
22+
23+
## [0.2.2] - 2024-04-30
24+
25+
### 🚀 Features
2126

2227
- Add HTTP client `User-Agent` header
2328

24-
## [0.2.1] - 2024-02-19
29+
### 📚 Documentation
2530

26-
### Build configuration
31+
- Document the new `native-certs` feature flag
32+
33+
### 🛠️ Build
2734

2835
- Update dependencies and Cargo metadata
36+
- Add `native-certs` feature flag
2937

30-
### Features
38+
### ⚙️ Miscellaneous Tasks
3139

32-
- Store the cached index entry mtime in files
33-
- Recover from index connection failures
40+
- Test building with optional features enabled
3441

35-
## [0.2.0] - 2023-08-09
42+
## [0.2.1] - 2024-02-19
3643

37-
### Build configuration
44+
### 🚀 Features
3845

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
4148

42-
### Documentation
49+
### 🛠️ Build
4350

44-
- Update crate docs and README for v0.2
51+
- Update dependencies and Cargo metadata
52+
53+
## [0.2.0] - 2023-08-09
4554

46-
### Features
55+
### 🚀 Features
4756

4857
- Add initial support for the sparse registry
4958
- Forward sparse index entry get requests
@@ -52,59 +61,65 @@ All notable changes to this project will be documented in this file.
5261
- Add memory cache for index entry metadata
5362
- Implement index metadata cache invalidation
5463

55-
### Refactor
64+
### 🚜 Refactor
5665

5766
- Move file cache functions into a submodule
5867

59-
### Styling
68+
### 📚 Documentation
69+
70+
- Update crate docs and README for v0.2
71+
72+
### 🎨 Styling
6073

6174
- *(changelog)* Group log entries by scope
6275

76+
### 🛠️ Build
77+
78+
- [**breaking**] Rewrite using `tiny_http` directly
79+
- Update the crate description and dependencies
80+
6381
## [0.1.4] - 2023-07-02
6482

65-
### Build configuration
83+
### 🛠️ Build
6684

6785
- Update dependencies and Cargo metadata
6886

69-
### CI configuration
87+
### ⚙️ Miscellaneous Tasks
7088

7189
- Add container build check job
7290
- Publish tagged versions to crates.io
7391

7492
## [0.1.3] - 2023-02-23
7593

76-
### Build configuration
94+
### 🚜 Refactor
95+
96+
- Fix Clippy warnings
97+
98+
### 🛠️ Build
7799

78100
- Update build dependencies
79101
- Use Cargo build profile for stripping
80102

81-
### CI configuration
103+
### ⚙️ Miscellaneous Tasks
82104

83105
- Build versioned Docker images
84106

85-
### Refactor
107+
## [0.1.2] - 2022-11-15
86108

87-
- Fix Clippy warnings
109+
### 🚜 Refactor
88110

89-
## [0.1.2] - 2022-11-15
111+
- Box `ureq::Error` to reduce the returned enum size
90112

91-
### Build configuration
113+
### 🛠️ Build
92114

93115
- Update dependencies and bump to v0.1.2
94116

95-
### CI configuration
117+
### ⚙️ Miscellaneous Tasks
96118

97119
- Add a basic .gitlab.yml config file.
98120
- Add a GitHub workflow for Rust build checks
99121
- Add a GitHub workflow for publishing Docker images
100-
101-
### Miscellaneous Tasks
102-
103122
- Add `git-cliff` config file
104123
- Add a change log file
105124

106-
### Refactor
107-
108-
- Box `ureq::Error` to reduce the returned enum size
109-
110125
<!-- generated by git-cliff -->

0 commit comments

Comments
 (0)