Skip to content

Commit a5a976c

Browse files
authored
chore: release v0.1.0 (#11)
1 parent a74e227 commit a5a976c

2 files changed

Lines changed: 66 additions & 0 deletions

File tree

easycar/CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/kamack38/easycar/releases/tag/easycar-v0.1.0) - 2025-06-29
11+
12+
### Added
13+
14+
- 🎸 Make the exam date more readable
15+
- 🎸 Use feature flags instead of multiple binaries
16+
- Add OSK mappings and fix null errors:
17+
- 🎸 Move to the new shuttle platfrom
18+
19+
### Fixed
20+
21+
- 🐛 Apply clippy fixes
22+
- 🐛 Remove an unnecessary dependency
23+
- 🐛 Increase delay to prevent timeout
24+
- 🐛 Don't use the work stealing scheduler
25+
26+
### Other
27+
28+
- 🎡 Fix release
29+
- 🎡 Fix CI
30+
- 🤖 Add descriptions for crates
31+
- 🤖 Improve logging
32+
- 🤖 Make teloxide use rustls
33+
- 🤖 Add more logging
34+
- 🤖 Update dependencies
35+
- *(deps)* bump tokio from 1.43.0 to 1.43.1
36+
- 🤖 Apply clippy fixes and update dependencies
37+
- 🤖 Update dependencies

info-car-api/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/kamack38/easycar/releases/tag/info-car-api-v0.1.0) - 2025-06-29
11+
12+
### Added
13+
14+
- Add OSK mappings and fix null errors:
15+
- 🎸 Move to the new shuttle platfrom
16+
17+
### Fixed
18+
19+
- 🐛 Apply clippy fixes
20+
21+
### Other
22+
23+
- 🎡 Fix release
24+
- 🎡 Fix CI
25+
- 🤖 Add descriptions for crates
26+
- 🤖 Remove dependency on native-tls completly
27+
- 🤖 Apply clippy fixes and update dependencies
28+
- *(deps)* bump openssl from 0.10.68 to 0.10.71 in /info-car-api
29+
- 🤖 Update dependencies

0 commit comments

Comments
 (0)