Skip to content

Commit d6ac071

Browse files
committed
updated version and changelog
1 parent 926a811 commit d6ac071

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
44

5+
## [0.45.0](https://github.com/ArkForgeLabs/Astra/compare/v0.44.0..v0.45.0) - 2026-02-28
6+
7+
### Features
8+
9+
- #130 - added support for checking if current script is the original script that was ran - ([926a811](https://github.com/ArkForgeLabs/Astra/commit/926a811c3642ca5bc6a1a280a73984a591dad0db))
10+
- added sleep function to datetime - ([fcbecac](https://github.com/ArkForgeLabs/Astra/commit/fcbecac58e456722e748ccb6e51546f89b655ea8))
11+
512
## [0.44.0](https://github.com/ArkForgeLabs/Astra/compare/v0.42.0..v0.44.0) - 2026-02-22
613

714
### Refactoring

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lua-astra"
3-
version = "0.44.0"
3+
version = "0.45.0"
44
authors = ["Elham Aryanpur <elhamaryanpur5@gmail.com>"]
55
description = "🔥 Blazingly Fast 🔥 runtime environment for Lua"
66
documentation = "https://astra.arkforge.net/docs/latest"

0 commit comments

Comments
 (0)