Skip to content

Commit b484001

Browse files
ns-vasilevgithub-actions[bot]
authored andcommitted
[Release] Snacker 1.0.1
1 parent 7710014 commit b484001

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
#### 1.x Releases
9-
- `1.0.x` Releases - [1.0.0](#100)
9+
- `1.0.x` Releases - [1.0.1](#101) | [1.0.0](#100)
1010

1111
---
12-
## [Unreleased]
12+
13+
14+
## [1.0.1](https://github.com/space-code/snacker/releases/tag/1.0.1)
15+
16+
Released on 2026-01-26. All issues associated with this milestone can be found using this [filter](https://github.com/space-code/snacker/milestones?state=closed&q=1.0.1).
1317

1418
### Documentation
1519
- Update `README.md`
@@ -57,5 +61,5 @@ Released on 2025-03-24. All issues associated with this milestone can be found u
5761
- Implement `Snacker`
5862
- Contributed by [@ns-vasilev](https://github.com/ns-vasilev) in Pull Request [#1](https://github.com/space-code/snacker/pull/1).
5963

60-
[unreleased]: https://github.com/space-code/snacker/compare/1.0.0..HEAD
64+
[1.0.1]: https://github.com/space-code/snacker/compare/1.0.0..1.0.1
6165

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add the following dependency to your `Package.swift`:
4545

4646
```swift
4747
dependencies: [
48-
.package(url: "https://github.com/space-code/snacker.git", from: "1.0.0")
48+
.package(url: "https://github.com/space-code/snacker.git", from: "1.0.1")
4949
]
5050

5151
```

0 commit comments

Comments
 (0)