Skip to content

Commit 8ecd3ec

Browse files
committed
prepare for release
1 parent cd2209b commit 8ecd3ec

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.github/workflows/branch.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,3 @@ jobs:
1717

1818
package:
1919
uses: ./.github/workflows/package.yml
20-
21-
publish:
22-
uses: ./.github/workflows/publish.yml
23-
secrets:
24-
PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Once you have a Mojo project set up locally,
5858
2. Add `lightbug_http` as a dependency:
5959
```toml
6060
[dependencies]
61-
lightbug_http = ">=0.1.1"
61+
lightbug_http = ">=0.1.2"
6262
```
6363
3. Run `magic install` at the root of your project, where `mojoproject.toml` is located
6464
4. Lightbug should now be installed as a dependency. You can import all the default imports at once, e.g:

mojoproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels = ["conda-forge", "https://conda.modular.com/max", "https://repo.prefix
44
description = "Simple and fast HTTP framework for Mojo!"
55
name = "lightbug_http"
66
platforms = ["osx-arm64", "linux-64"]
7-
version = "0.1.1"
7+
version = "0.1.2"
88

99
[tasks]
1010
build = { cmd = "rattler-build build --recipe recipes -c https://conda.modular.com/max -c conda-forge --skip-existing=all", env = {MODULAR_MOJO_IMPORT_PATH = "$CONDA_PREFIX/lib/mojo"} }

recipes/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ context:
55

66
package:
77
name: "lightbug_http"
8-
version: 0.1.1
8+
version: 0.1.2
99

1010
source:
1111
- path: ../lightbug_http

0 commit comments

Comments
 (0)