mirror of
https://github.com/edg-l/edlang.git
synced 2024-11-09 09:38:24 +00:00
chore: update changelog
This commit is contained in:
parent
9635b025e8
commit
2c175d37f0
74
CHANGELOG.md
74
CHANGELOG.md
|
@ -2,73 +2,97 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [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
|
||||||
|
|
||||||
## [0.0.1-alpha.7] - 2024-02-17
|
## [0.0.1-alpha.7] - 2024-02-17
|
||||||
|
|
||||||
### Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Compile unary op, compile asref, compile deref, reference arguments, avoid some temporaries on direct use
|
- Compile unary op, compile asref, compile deref, reference arguments, avoid some temporaries on direct use
|
||||||
|
|
||||||
## [0.0.1-alpha.6] - 2024-02-17
|
## [0.0.1-alpha.6] - 2024-02-17
|
||||||
|
|
||||||
### Bug Fixes
|
### 🚀 Features
|
||||||
|
|
||||||
- Fix a miscompilation
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Implement while
|
- Implement while
|
||||||
- Improved logging
|
- Improved logging
|
||||||
- Ptr repr
|
- Ptr repr
|
||||||
|
|
||||||
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Fix a miscompilation
|
||||||
|
|
||||||
## [0.0.1-alpha.5] - 2024-02-14
|
## [0.0.1-alpha.5] - 2024-02-14
|
||||||
|
|
||||||
### Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
- Fix linker on distros like ubuntu
|
- *(linker)* Fix linker on distros like ubuntu
|
||||||
- Ci improvements
|
- *(ci)* Ci improvements
|
||||||
|
|
||||||
## [0.0.1-alpha.4] - 2024-02-14
|
## [0.0.1-alpha.4] - 2024-02-14
|
||||||
|
|
||||||
### Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Better cli and add tests
|
- Better cli and add tests
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
- Update version
|
- Update version
|
||||||
- Changelog
|
- Changelog
|
||||||
|
|
||||||
## [0.0.1-alpha.3] - 2024-02-13
|
## [0.0.1-alpha.3] - 2024-02-13
|
||||||
|
|
||||||
### Bug Fixes
|
### 🚀 Features
|
||||||
|
|
||||||
- Add all fields to cargo.toml
|
|
||||||
- Add doc field to cargo toml
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
- Properly version all crates
|
- Properly version all crates
|
||||||
- Add docs generation
|
- Add docs generation
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
### 🐛 Bug Fixes
|
||||||
|
|
||||||
|
- Add all fields to cargo.toml
|
||||||
|
- Add doc field to cargo toml
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
- Fix branch name
|
- Fix branch name
|
||||||
- Fix doc ci
|
- Fix doc ci
|
||||||
|
|
||||||
## [0.0.1-alpha.2] - 2024-02-13
|
## [0.0.1-alpha.2] - 2024-02-13
|
||||||
|
|
||||||
### Features
|
### 🚀 Features
|
||||||
|
|
||||||
- Compile ifs
|
- Compile ifs
|
||||||
|
|
||||||
### Miscellaneous Tasks
|
### 🎨 Styling
|
||||||
|
|
||||||
- Update deps
|
|
||||||
- Update version
|
|
||||||
|
|
||||||
### Styling
|
|
||||||
|
|
||||||
- Format
|
- Format
|
||||||
- Naming
|
- Naming
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- Update deps
|
||||||
|
- Update version
|
||||||
|
|
||||||
<!-- generated by git-cliff -->
|
<!-- generated by git-cliff -->
|
||||||
|
|
Loading…
Reference in a new issue