Skip to content

Commit

Permalink
chore: update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Aug 12, 2024
1 parent b3d9e23 commit c68cf0a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2024-08-12

### Added

- Add fallback after download from mirror failed

## [1.0.2] - 2024-08-12

### Added
Expand Down Expand Up @@ -78,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Basic functionality

[Unreleased]: https://github.com/LiteLDev/bdsdown/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/LiteLDev/bdsdown/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/LiteLDev/bdsdown/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/LiteLDev/bdsdown/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/LiteLDev/bdsdown/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/LiteLDev/bdsdown/compare/v0.5.1...v1.0.0
Expand Down
14 changes: 7 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": "1.0.2",
"version": "1.0.3",
"info": {
"name": "bdsdown",
"description": "Downloader for Minecraft BDS",
Expand All @@ -14,7 +14,7 @@
{
"goos": "darwin",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.2/bdsdown-darwin-amd64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-darwin-amd64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -32,7 +32,7 @@
{
"goos": "darwin",
"goarch": "arm64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.2/bdsdown-darwin-arm64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-darwin-arm64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -50,7 +50,7 @@
{
"goos": "linux",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.2/bdsdown-linux-amd64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-linux-amd64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -68,7 +68,7 @@
{
"goos": "linux",
"goarch": "arm64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.2/bdsdown-linux-arm64.tar.gz",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-linux-arm64.tar.gz",
"commands": {
"post_install": [
"chmod +x ./bdsdown"
Expand All @@ -86,7 +86,7 @@
{
"goos": "windows",
"goarch": "amd64",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.2/bdsdown-windows-amd64.zip",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-windows-amd64.zip",
"files": {
"place": [
{
Expand All @@ -99,7 +99,7 @@
{
"goos": "windows",
"goarch": "386",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.2/bdsdown-windows-arm64.zip",
"asset_url": "https://github.com/LiteLDev/bdsdown/releases/download/v1.0.3/bdsdown-windows-arm64.zip",
"files": {
"place": [
{
Expand Down

0 comments on commit c68cf0a

Please sign in to comment.