Skip to content

Commit 0643a7d

Browse files
committed
updated version and changelog
1 parent b84e540 commit 0643a7d

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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.32.0](https://github.com/ArkForgeLabs/Astra/compare/v0.31.0..v0.32.0) - 2025-10-17
6+
7+
### Bug Fixes
8+
9+
- bugs with HTTP not shutting down properly - ([5504a5f](https://github.com/ArkForgeLabs/Astra/commit/5504a5fb121273b504a095bdc092e0cf476e24df))
10+
11+
### Documentation
12+
13+
- added documentation for shutdown code - ([b84e540](https://github.com/ArkForgeLabs/Astra/commit/b84e54087dd4440aef942450756bee82ff3ac489))
14+
15+
### Features
16+
17+
- shutdown or termination code accessible from Lua for graceful shutdown - ([9d4876f](https://github.com/ArkForgeLabs/Astra/commit/9d4876f38a2d940fdca479f4a11dc85cb8e9ca54))
18+
19+
### Refactoring
20+
21+
- broken down the commands into smaller chunks - ([6a60282](https://github.com/ArkForgeLabs/Astra/commit/6a6028284c21f6a2c48077bab579ba63e727e719))
22+
523
## [0.31.0](https://github.com/ArkForgeLabs/Astra/compare/v0.30.1..v0.31.0) - 2025-10-14
624

725
### 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.31.0"
3+
version = "0.32.0"
44
authors = ["Elham Aryanpur <elhamaryanpur5@gmail.com>"]
55
description = "🔥 Blazingly Fast 🔥 web server runtime for Lua"
66
documentation = "https://astra.arkforge.net/docs/latest"

0 commit comments

Comments
 (0)