Skip to content

Commit a089a23

Browse files
authored
Merge pull request #1354 from k1LoW/tagpr-from-v1.0.0
Release for v1.1.0
2 parents adf4ae6 + 0bc4d82 commit a089a23

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [v1.1.0](https://github.com/k1LoW/runn/compare/v1.0.0...v1.1.0) - 2025-11-22
2+
### New Features 🎉
3+
- feat: expand curl data file support by @yoRyuuuuu in https://github.com/k1LoW/runn/pull/1355
4+
### Other Changes
5+
- chore(deps): bump the dependencies group with 5 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1353
6+
- chore(deps): bump the dependencies group with 2 updates by @dependabot[bot] in https://github.com/k1LoW/runn/pull/1356
7+
18
## [v1.0.0](https://github.com/k1LoW/runn/compare/v0.140.4...v1.0.0) - 2025-11-08
29
### Other Changes
310
- Bump up to v1 by @k1LoW in https://github.com/k1LoW/runn/pull/1351

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package version
22

33
const Name string = "runn"
44

5-
var Version = "1.0.0" //nostyle:repetition
5+
var Version = "1.1.0" //nostyle:repetition

0 commit comments

Comments
 (0)