Skip to content

Commit

Permalink
release: v0.46.0 (#252)
Browse files Browse the repository at this point in the history
* feat: changelog

* feat: update github actions
  • Loading branch information
lucassabreu authored Dec 6, 2023
1 parent d97d009 commit 1f59352
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.17
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: go-setup
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.17
- name: install snapcraft
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-go@v3
- name: Check out code into the Go module directory
uses: actions/checkout@v4

- uses: actions/setup-go@v4
with:
go-version: 1.17

- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Get dependencies
run: |
go mod download
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.46.0] - 2023-12-06

### Added

- support for the formats `HMM` and `HHMM` for time input

### Fixed

- update github actions workflows to use newer actions

## [v0.45.0] - 2023-08-05

### Added
Expand Down Expand Up @@ -1109,7 +1119,9 @@ time entry.
- Golang CLI using [cobra](https://github.com/spf13/cobra)
- Makefile to help setup actions

[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.44.2...HEAD
[Unreleased]: https://github.com/lucassabreu/clockify-cli/compare/v0.46.0...HEAD
[v0.46.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.46.0
[v0.45.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.45.0
[v0.44.2]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.44.2
[v0.44.1]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.44.1
[v0.44.0]: https://github.com/lucassabreu/clockify-cli/releases/tag/v0.44.0
Expand Down

0 comments on commit 1f59352

Please sign in to comment.