Skip to content

Commit

Permalink
revert once again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesrje committed Aug 10, 2024
1 parent 448180d commit 5302cc8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
id: read-changes
uses: mindsers/changelog-reader-action@v2
with:
version: "$(echo ${{ github.ref_name }} | sed 's/^v//')"
version: $(echo ${{ github.ref_name }} | sed 's/^v//')
path: "docs/changelog.md"

- name: Create release
Expand Down
38 changes: 17 additions & 21 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0-rc2] - 2024-08-10

### Changed

- Changed github actions to be more precise and automate more tasks
Expand All @@ -17,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed an internal type that was not working properly

## [v9.0.0-rc1] - 2024-08-08
## [9.0.0-rc1] - 2024-08-08

### Changed

Expand All @@ -32,71 +30,71 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removes client and server interfaces

## v8.1.5 - 2024-07-23
## 8.1.5 - 2024-07-23

### Fixed

- Fixed some github actions

## v8.0.5 - 2024-07-14
## 8.0.5 - 2024-07-14

### Changed

- Fixes problems with .Load not working entirely correctly
- Fixes package list in docs
- Type validation will now error if incorrect

## v8.0.4 - 2024-07-07
## 8.0.4 - 2024-07-07

### Changed

- Improves format of site and actions
- Fixes standalone not having properly exported package types (thanks @DrasticBlink)

## v8.0.3 - 2024-06-18
## 8.0.3 - 2024-06-18

### Changed

- Fixes issue with existing network events/functions not being able to be defined multiple times

## v8.0.2 - 2024-05-24
## 8.0.2 - 2024-05-24

### Changed

- Adds type references to init module as they were not accessible prior

## v8.0.1 - 2024-05-12
## 8.0.1 - 2024-05-12

### Added

- Re-release due to wally issue

## v8.0.0 - 2024-05-12
## 8.0.0 - 2024-05-12

### Added

- Adds reviews to docs home page

## v8.0.0-rc2 - 2024-05-04
## 8.0.0-rc2 - 2024-05-04

### Changed

- Improve main module structure
- Fix typing bug with `.Load()`

## v8.0.2-rc1 - 2024-04-29
## 8.0.2-rc1 - 2024-04-29

### Changed

- Fixes yielding bug on client when character does not load

## v8.0.1-rc1 - 2024-04-29
## 8.0.1-rc1 - 2024-04-29

### Changed

- Fix networking interface issues

## v8.0.0-rc1 - 2024-04-28
## 8.0.0-rc1 - 2024-04-28

### Added

Expand All @@ -112,7 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Client.PlayerBackpack

## v7.0.2 - 2024-03-05
## 7.0.2 - 2024-03-05

### Changed

Expand Down Expand Up @@ -475,7 +473,6 @@ No information available, mainly small bug fixes.
- Add support for debugging in live games

### Changed

- Clean up code
- Bug fixes
- Fix up `random_gen`
Expand All @@ -486,7 +483,7 @@ No information available, mainly small bug fixes.
- Remove `EngineClient.PreinstalledPackages`
- Remove `EngineServer.PreinstalledPackages`

## v1.2.0 - Unknown
## 1.2.0 - Unknown

### Added

Expand All @@ -504,10 +501,9 @@ No information available, mainly small bug fixes.

- Removed intellisense from plugin, it's sadly impossible

## v1.1.0 - Unknown
## 1.1.0 - Unknown

- Public release! 🥳

[unreleased]: https://github.com/lumin-dev/LuminFramework/compare/v9.0.0-rc2...HEAD
[9.0.0-rc2]: https://github.com/lumin-dev/LuminFramework/compare/v9.0.0-rc1...v9.0.0-rc2
[v9.0.0-rc1]: https://github.com/lumin-dev/LuminFramework/compare/v8.1.5...v9.0.0-rc1
[Unreleased]: https://github.com/lumin-dev/LuminFramework/compare/v9.0.0-rc1...HEAD
[9.0.0-rc1]: https://github.com/lumin-dev/LuminFramework/compare/v8.1.5...v9.0.0-rc1
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lumin/framework"
description = "A lightning fast & amazing game framework for Roblox"
version = "9.0.0-rc2"
version = "9.0.0-rc1"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 5302cc8

Please sign in to comment.