Skip to content

Commit

Permalink
🔖 Release v0.0.9
Browse files Browse the repository at this point in the history
This is a small patch release to fix a critical regression that broke v1.2 OPDS
  • Loading branch information
aaronleopold committed Dec 8, 2024
1 parent 6984bfe commit f341789
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 14 deletions.
9 changes: 9 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

<a name="0.0.9"></a>
## 0.0.9 (2024-12-08)

### Fixed

- 🐛 Fix API key OPDS links in v1.2 feed ([#518](https://github.com/stumpapp/stump/issues/518)) [[6984bfe](https://github.com/stumpapp/stump/commit/6984bfecac3c408c4294e1f19ec7c47d3b081d1d)]
- 🐛 Fix Path extractor error in v1.2 OPDS router [[b06ee48](https://github.com/stumpapp/stump/commit/b06ee4896e86de22c3073dc6ee38bab2abc22ee5)]


<a name="0.0.8"></a>
## 0.0.8 (2024-12-04)

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "0.0.8"
version = "0.0.9"
rust-version = "1.81.0"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stump/desktop",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion apps/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"tailwindcss": "3.3.2"
},
"name": "@stump/mobile",
"version": "0.0.8",
"version": "0.0.9",
"private": true
}
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stump/web",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stump/monorepo",
"version": "0.0.8",
"version": "0.0.9",
"repository": "https://github.com/stumpapp/stump.git",
"author": "Aaron Leopold <aaronleopold1221@gmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stump/browser",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stump/client",
"version": "0.0.8",
"version": "0.0.9",
"private": true,
"main": "src/index.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stump/components",
"version": "0.0.8",
"version": "0.0.9",
"exports": {
".": "./src/index.ts",
"./styles/overrides.css": "./src/styles/overrides.css",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stump/i18n",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": "src/index.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stump/sdk",
"version": "0.0.8",
"version": "0.0.9",
"description": "",
"main": "src/index.ts",
"exports": {
Expand Down

0 comments on commit f341789

Please sign in to comment.