Skip to content

Commit f4abf29

Browse files
authored
Merge pull request #12 from Songmu/tagpr-from-v0.0.3
Release for v0.0.4
2 parents 35fe725 + 4e7e1b8 commit f4abf29

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.0.4](https://github.com/Songmu/laminate/compare/v0.0.3...v0.0.4) - 2025-09-05
4+
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/Songmu/laminate/pull/10
5+
- build(deps): bump github.com/k1LoW/exec from 0.3.0 to 0.4.0 by @dependabot[bot] in https://github.com/Songmu/laminate/pull/11
6+
- feat: respect windows and SHELL var for shell detection by @Songmu in https://github.com/Songmu/laminate/pull/13
7+
38
## [v0.0.3](https://github.com/Songmu/laminate/compare/v0.0.2...v0.0.3) - 2025-08-13
49
- chore: use type time.Duration directly for Config.Cache by @Songmu in https://github.com/Songmu/laminate/pull/7
510
- chore: update testing for cache by @Songmu in https://github.com/Songmu/laminate/pull/9

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package laminate
22

3-
const version = "0.0.3"
3+
const version = "0.0.4"
44

55
var revision = "HEAD"

0 commit comments

Comments
 (0)