Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleitnick committed Feb 1, 2024
1 parent ec41d84 commit fa8e37d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Aftman
uses: ok-nick/setup-aftman@v0
uses: ok-nick/setup-aftman@v0.4.2
- name: Publish release to Wally
shell: bash
env:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.7.0
- Adds `Knit.GetServices()` function server-side
- Adds `Knit.GetControllers()` function client-side
- Freezes `services`/`controllers` tables so that they can be safely returned in the functions listed above.
- Update GitHub workflow dependencies

## 1.6.0

- Add support for UnreliableRemoteEvents (using `Knit.CreateUnreliableSignal()` on server)
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installing Knit is very simple. Just drop the module into ReplicatedStorage. Kni

**Rojo/Wally workflow:**

- Add Knit to your `wally.toml` dependency list (e.g. `Knit = "sleitnick/knit@^1.6"`)
- Add Knit to your `wally.toml` dependency list (e.g. `Knit = "sleitnick/knit@^1.7"`)
- Require Knit like any other module grabbed from Wally

:::note Wally
Expand Down
2 changes: 1 addition & 1 deletion src/wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sleitnick/knit"
description = "Knit is a lightweight game framework"
version = "1.6.0"
version = "1.7.0"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit fa8e37d

Please sign in to comment.