Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Sep 13, 2024
1 parent ad7cdb2 commit 2c4913d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## 1.2.0 (2024-09-12)

#### 🎁 Feature

* Prompt user to download (556a1e58)

#### 📄 Documentation

* update issue templates (b195484e)
* update doc.go (9c3516f7)
* update readme (0cd6d5a9)
* update readme (8e7a9882)

#### 🔎 Tests

* 100% codecov (c8f457bf)
* Improve codecov for downloader.go (576916c9)
* 100% codecov for checksum.go (4b96091b)
* Improve codecov for checksum.go (f6578654)

#### 🚧 Chores

* Update name to AutomatedGo (a45ed383)
* **deps:** bump github.com/schollz/progressbar/v3 (#2) (e582dc62)
* update .goreleaser.yml (cb0a5e64)

#### 🔁 CI

* update release.yml (89bd3d4a)
* update incorrect path (90d938d0)
* update release workflow (a33cd70b)
* fix pkg.go.dev step (94880923)


## v1.1.0 (2024-07-16)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
![GitHub License](https://img.shields.io/github/license/nicconike/AutomatedGo)
[![Visitor Badge](https://badges.pufler.dev/visits/nicconike/AutomatedGo)](https://badges.pufler.dev)

AutomatedGo is a Go tool that automates the process of checking and updating Go versions in your projects. It can detect the current Go version from various file types, compare it with the latest available version, and download the newest version if an update is available.
**AutomatedGo** is a Go tool that automates the process of checking and updating Go versions in your projects. It can detect the current Go version from various file types, compare it with the latest available version, and download the newest version if an update is available.

## Features

Expand Down

0 comments on commit 2c4913d

Please sign in to comment.