Skip to content

Commit

Permalink
chore: release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
futrime committed Feb 12, 2024
1 parent 648f0ae commit 874dc1b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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).

## [0.5.1] - 2024-02-12

### Added

- Legacy version of bdsdown as a dependency.

## [0.5.0] - 2024-02-08

### Changed
Expand Down Expand Up @@ -48,6 +54,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Basic functionality

[0.5.1]: https://github.com/LiteLDev/bdsdown/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/LiteLDev/bdsdown/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/LiteLDev/bdsdown/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/LiteLDev/bdsdown/compare/v0.3.0...v0.3.1
Expand Down
17 changes: 10 additions & 7 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/LiteLDev/bdsdown",
"version": "0.5.0",
"version": "0.5.1",
"info": {
"name": "bdsdown",
"description": "Downloader for Minecraft BDS",
Expand All @@ -10,11 +10,14 @@
"utility"
]
},
"dependencies": {
"github.com/LiteLDev/bdsdown-legacy": "0.4.1"
},
"platforms": [
{
"goos": "darwin",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.0/bdsdown-darwin-amd64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.1/bdsdown-darwin-amd64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -32,7 +35,7 @@
{
"goos": "darwin",
"goarch": "arm64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.0/bdsdown-darwin-arm64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.1/bdsdown-darwin-arm64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -50,7 +53,7 @@
{
"goos": "linux",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.0/bdsdown-linux-amd64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.1/bdsdown-linux-amd64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -68,7 +71,7 @@
{
"goos": "linux",
"goarch": "arm64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.0/bdsdown-linux-arm64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.1/bdsdown-linux-arm64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -86,7 +89,7 @@
{
"goos": "windows",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.0/bdsdown-windows-amd64.zip",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.1/bdsdown-windows-amd64.zip",
"files": {
"place": [
{
Expand All @@ -99,7 +102,7 @@
{
"goos": "windows",
"goarch": "386",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.0/bdsdown-windows-arm64.zip",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v0.5.1/bdsdown-windows-arm64.zip",
"files": {
"place": [
{
Expand Down

0 comments on commit 874dc1b

Please sign in to comment.