Skip to content

Commit fa36073

Browse files
committed
updated README, examples, version and changelog
1 parent 67ef842 commit fa36073

File tree

8 files changed

+164
-141
lines changed

8 files changed

+164
-141
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.43.0](https://github.com/ArkForgeLabs/Astra/compare/v0.42.0..v0.43.0) - 2026-02-21
6+
7+
### Bug Fixes
8+
9+
- use clang instead of gcc for - ([9573fe0](https://github.com/ArkForgeLabs/Astra/commit/9573fe017f19109d09bf6925f3dc564c6d406314))
10+
- pprint and pprintln now printing tables correctly - ([8f4e60a](https://github.com/ArkForgeLabs/Astra/commit/8f4e60afc238aa016177e7b5341a49e40bd369a6))
11+
12+
### Features
13+
14+
- **(cli)** add -e flag to execute code from command line - ([2f687e7](https://github.com/ArkForgeLabs/Astra/commit/2f687e70b00243be4e5122eff7c56558d4c24bf7))
15+
- **(http)** add optional headers to static_dir and static_file routes (#146) - ([1712149](https://github.com/ArkForgeLabs/Astra/commit/1712149d3fd8bfb48e531474699884bf344dbe51))
16+
- [**breaking**] moved `jinja2` to `templates` - ([2b94613](https://github.com/ArkForgeLabs/Astra/commit/2b94613bfe2604db478d8ff50fb430d182cd66ba))
17+
- markdown support - ([14fa6ed](https://github.com/ArkForgeLabs/Astra/commit/14fa6ed781d5cd694034d639c576eab374549950))
18+
- databases now automatically close at the end of the script - ([67ef842](https://github.com/ArkForgeLabs/Astra/commit/67ef842b07b5625fd248e59aecbb276126851d39))
19+
520
## [0.42.0](https://github.com/ArkForgeLabs/Astra/compare/v0.41.0..v0.42.0) - 2026-02-15
621

722
### Features

0 commit comments

Comments
 (0)