edlang/CHANGELOG.md

99 lines
1.4 KiB
Markdown
Raw Normal View History

2024-02-13 06:26:10 +00:00
# Changelog
All notable changes to this project will be documented in this file.
2024-02-24 10:51:35 +00:00
## [unreleased]
### 🐛 Bug Fixes
- *(ci)* Fix ci release
## [0.0.1-alpha.9] - 2024-02-24
### 🚀 Features
- Optimize linker output on linux
- More debug locations
- Code checking in lowering
### ⚙️ Miscellaneous Tasks
- Update version to 0.0.1-alpha.8
## [0.0.1-alpha.8] - 2024-02-18
### 🚀 Features
- Struct support
2024-02-17 16:37:42 +00:00
## [0.0.1-alpha.7] - 2024-02-17
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-17 16:37:42 +00:00
- Compile unary op, compile asref, compile deref, reference arguments, avoid some temporaries on direct use
2024-02-17 10:44:17 +00:00
## [0.0.1-alpha.6] - 2024-02-17
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-17 10:44:17 +00:00
- Implement while
- Improved logging
- Ptr repr
2024-02-24 10:51:35 +00:00
### 🐛 Bug Fixes
- Fix a miscompilation
2024-02-14 08:06:50 +00:00
## [0.0.1-alpha.5] - 2024-02-14
2024-02-24 10:51:35 +00:00
### 🐛 Bug Fixes
2024-02-14 08:06:50 +00:00
2024-02-24 10:51:35 +00:00
- *(linker)* Fix linker on distros like ubuntu
- *(ci)* Ci improvements
2024-02-14 08:06:50 +00:00
2024-02-14 07:56:53 +00:00
## [0.0.1-alpha.4] - 2024-02-14
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-14 07:56:53 +00:00
- Better cli and add tests
2024-02-24 10:51:35 +00:00
### ⚙️ Miscellaneous Tasks
2024-02-14 07:56:53 +00:00
- Update version
2024-02-14 08:06:50 +00:00
- Changelog
2024-02-14 07:56:53 +00:00
## [0.0.1-alpha.3] - 2024-02-13
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-14 07:56:53 +00:00
- Properly version all crates
- Add docs generation
2024-02-24 10:51:35 +00:00
### 🐛 Bug Fixes
- Add all fields to cargo.toml
- Add doc field to cargo toml
### ⚙️ Miscellaneous Tasks
2024-02-14 07:56:53 +00:00
- Fix branch name
- Fix doc ci
2024-02-13 06:26:10 +00:00
## [0.0.1-alpha.2] - 2024-02-13
2024-02-24 10:51:35 +00:00
### 🚀 Features
2024-02-13 06:26:10 +00:00
- Compile ifs
2024-02-24 10:51:35 +00:00
### 🎨 Styling
2024-02-13 06:26:10 +00:00
- Format
- Naming
2024-02-24 10:51:35 +00:00
### ⚙️ Miscellaneous Tasks
- Update deps
- Update version
2024-02-13 06:26:10 +00:00
<!-- generated by git-cliff -->