Skip to content

Commit

Permalink
release: version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Feb 20, 2024
1 parent 4679e37 commit b4ccad5
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,51 @@ 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.1](https://github.com/pando85/gearr/tree/v0.1.1) - 2024-02-20

### Added

- Change default encode to x265 10bit
- Add renovate

### Build

- Update github.com/isayme/go-amqp-reconnect digest to fc811b
- Update wagoid/commitlint-github-action action to v5
- Update dependency web-vitals to v3
- Update dependency @types/node to v20.11.19
- Update module github.com/streadway/amqp to v1
- Update actions/checkout action to v4
- Update actions/setup-go action to v5
- Update module github.com/spf13/pflag to v1.0.5
- Update module github.com/avast/retry-go to v2.7.0+incompatible
- Update module gopkg.in/vansante/go-ffprobe.v2 to v2.1.1
- Update module github.com/google/uuid to v1.6.0
- Update module github.com/jedib0t/go-pretty/v6 to v6.5.4
- Update module github.com/sirupsen/logrus to v1.9.3
- Update module github.com/lib/pq to v1.10.9
- Update ubuntu:22.04 Docker digest to f9d633f
- Update module github.com/spf13/viper to v1.18.2
- Update dependency axios to v1.6.7
- Update dependency react-bootstrap to v2.10.1
- Update dependency react-virtualized-auto-sizer to v1.0.22
- Update material-ui monorepo to v5.15.10
- Update react monorepo
- Update dependency react-router-dom to v6.22.1
- Update dependency react-use-websocket to v4.7.0
- Update dependency sass to v1.71.0
- Update dependency @testing-library/react to v14
- Update dependency typescript to v5
- Update dependency @testing-library/user-event to v14

### Documentation

- Add contributors

### Refactor

- Remove old binary resources

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

### Added
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.0
PROJECT_VERSION := 0.1.1

.DEFAULT: help
.PHONY: help
Expand Down

0 comments on commit b4ccad5

Please sign in to comment.