Skip to content

Commit e0f511e

Browse files
authored
chore: add changelog (#21)
1 parent 65a7cb9 commit e0f511e

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
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+
#### 0.x Releases
9+
- `0.2.x` Releases - [0.2.0](#020)
10+
- `0.1.x` Releases - [0.1.0](#010)
11+
- `0.0.x` Releases - [0.0.3](#003) | [0.0.2](#002) | [0.0.1](#001)
12+
13+
---
14+
## [Unreleased]
15+
16+
### Features
17+
- Switch from Makefile to Mise
18+
- Implemented by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#6](https://github.com/space-code/concurrency/pull/6).
19+
- Add release workflow for GitHub Actions
20+
- Implemented by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#17](https://github.com/space-code/concurrency/pull/17).
21+
22+
### Miscellaneous Tasks
23+
- Add conventional-pr.yml for PR validation
24+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#15](https://github.com/space-code/concurrency/pull/15).
25+
- Automate code formatting and linting with github actions
26+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#14](https://github.com/space-code/concurrency/pull/14).
27+
- Update the github actions configuration
28+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#7](https://github.com/space-code/concurrency/pull/7).
29+
- Update config
30+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#13](https://github.com/space-code/concurrency/pull/13).
31+
32+
### Uncategorized Changes
33+
- Add renovate.json
34+
- Contributed by [@renovate[bot]](https://github.com/renovate[bot]) in Pull Request [#8](https://github.com/space-code/concurrency/pull/8).
35+
36+
### New Contributors
37+
* @renovate[bot] made their first contribution in [#18](https://github.com/space-code/concurrency/pull/18)
38+
39+
## [0.2.0](https://github.com/space-code/concurrency/releases/tag/0.2.0)
40+
41+
Released on 2025-01-28. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/concurrency/milestones?state=closed&q=0.2.0).
42+
43+
### Uncategorized Changes
44+
- Release `0.2.0`
45+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#5](https://github.com/space-code/concurrency/pull/5).
46+
- Update `ci.yml`
47+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#4](https://github.com/space-code/concurrency/pull/4).
48+
- Implement `TaskFactory`
49+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#3](https://github.com/space-code/concurrency/pull/3).
50+
51+
## [0.1.0](https://github.com/space-code/concurrency/releases/tag/0.1.0)
52+
53+
Released on 2024-12-25. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/concurrency/milestones?state=closed&q=0.1.0).
54+
55+
### Uncategorized Changes
56+
- Release `0.1.0`
57+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#2](https://github.com/space-code/concurrency/pull/2).
58+
- Bump the Swift version to 6.0
59+
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/concurrency/pull/1).
60+
61+
[unreleased]: https://github.com/space-code/concurrency/compare/0.2.0..HEAD
62+
[0.2.0]: https://github.com/space-code/concurrency/compare/0.1.0..0.2.0
63+
[0.1.0]: https://github.com/space-code/concurrency/compare/0.0.3..0.1.0
64+
[0.0.3]: https://github.com/space-code/concurrency/compare/0.0.2..0.0.3
65+
[0.0.2]: https://github.com/space-code/concurrency/compare/0.0.1..0.0.2
66+

0 commit comments

Comments
 (0)