Skip to content

Commit 68fcba0

Browse files
committed
updated version and changelog
1 parent c447b9f commit 68fcba0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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.40.0](https://github.com/ArkForgeLabs/Astra/compare/v0.39.3..v0.40.0) - 2026-01-19
6+
7+
### Bug Fixes
8+
9+
- the datetime_new was exposed to global - ([f7a336a](https://github.com/ArkForgeLabs/Astra/commit/f7a336abc18fa23a2d16227a4d1b2c47d6357285))
10+
11+
### Features
12+
13+
- support multiple arguments in pprint (#138) - ([a47ccad](https://github.com/ArkForgeLabs/Astra/commit/a47ccadf08dd5ce5a74d64b126869d59c6aad1ba))
14+
- sqlite extensions - ([c447b9f](https://github.com/ArkForgeLabs/Astra/commit/c447b9f110aef7be1db9a6512e0fce497341a750))
15+
16+
### Refactoring
17+
18+
- omit the use of vectors in pprint - ([b4a1d85](https://github.com/ArkForgeLabs/Astra/commit/b4a1d8521d35f483f6ff8c53f06347b5ee10dacd))
19+
520
## [0.39.3](https://github.com/ArkForgeLabs/Astra/compare/v0.39.2..v0.39.3) - 2025-12-28
621

722
### Features

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.39.3"
3+
version = "0.40.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)