Skip to content

Commit

Permalink
Release 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Feb 13, 2023
1 parent 17d667f commit 9613b71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Seonbi changelog
Version 0.3.5
-------------

To be released.
Released on February 13, 2023.

- Official builds for Windows now contain required dynamic libraries (_*.dll_)
besides executables (*seonbi.exe* & *seonbi-api.exe*). [[#2]]
Expand Down
8 changes: 4 additions & 4 deletions scripts/deno/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,18 +137,18 @@ export type DownloadUrls = Record<
const STABLE_DOWNLOAD_URLS: DownloadUrls = {
linux: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.3.4/seonbi-0.3.3.linux-x86_64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.3.5/seonbi-0.3.5.linux-x86_64.tar.bz2",
aarch64: undefined,
},
darwin: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.3.4/seonbi-0.3.4.macos-x86_64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.3.5/seonbi-0.3.5.macos-x86_64.tar.bz2",
aarch64:
"https://github.com/dahlia/seonbi/releases/download/0.3.4/seonbi-0.3.4.macos-arm64.tar.bz2",
"https://github.com/dahlia/seonbi/releases/download/0.3.5/seonbi-0.3.5.macos-arm64.tar.bz2",
},
windows: {
x86_64:
"https://github.com/dahlia/seonbi/releases/download/0.3.4/seonbi-0.3.4.win64.zip",
"https://github.com/dahlia/seonbi/releases/download/0.3.5/seonbi-0.3.5.win64.zip",
aarch64: undefined,
},
} as const;
Expand Down

0 comments on commit 9613b71

Please sign in to comment.