Skip to content

Commit

Permalink
release: v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Feb 28, 2024
1 parent 16ad2ea commit d34a1bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v0.1.8](https://github.com/pando85/gearr/tree/v0.1.8) - 2024-02-28

### Build

* Update dependency @emotion/react to v11.11.4
* Update dependency @types/node to v20.11.21
* Update dependency @types/node to v20.11.22

### Fixed

* Add status phase to show better status in UI

## [v0.1.7](https://github.com/pando85/gearr/tree/v0.1.7) - 2024-02-27

### Build
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GOARCH ?= $(shell $(GO) env GOHOSTARCH)
IMAGE_NAME ?= ghcr.io/pando85/gearr
IMAGE_VERSION ?= latest

PROJECT_VERSION := 0.1.7
PROJECT_VERSION := 0.1.8

.DEFAULT: help
.PHONY: help
Expand Down

0 comments on commit d34a1bc

Please sign in to comment.