Skip to content

Commit

Permalink
Update: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Jun 26, 2023
1 parent d8f2c07 commit 8852194
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion providers/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const infoProvider: Provider = ({ baseClient, app }) => {
app.get("/version", async (c) => {
await baseClient.get("");

return c.json("0.0.1");
return c.json("0.1.0");
});

app.get(
Expand Down Expand Up @@ -52,6 +52,16 @@ const infoProvider: Provider = ({ baseClient, app }) => {
],
contributors: [],
},
{
version: "0.1.0",
descriptions: [
"Update: COEIROINK v2正式版に追従",
"Add: 辞書読み込みを追加",
"Delete: outputSamplingRate周りのワークアラウンドを削除",
"Fix: pitchScaleをデフォルトで0に(by @itsuka-dev)",
],
contributors: ["sevenc-nanashi", "itsuka-dev"],
},
{
version: "0.0.1",
descriptions: ["初期リリース。"],
Expand Down

0 comments on commit 8852194

Please sign in to comment.