Skip to content

Commit 2a16ec9

Browse files
committed
Bump version
1 parent 77a34fa commit 2a16ec9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Simple Windows GUI for compiling.
1111

12+
## 0.11.0 - 2025-03-31
13+
14+
### Added
15+
16+
- Added `--deps` option to be able to dynamically list out the dependencies of a neobem files as part of the evaluation.
17+
- Added `--objects` option to be able to print out the E+ objects directly as they are in the file.
18+
19+
### Changed
20+
21+
- The significant figure handling for numbers being printed has changed to prevent scientific notation.
22+
1223
## 0.10.0 - 2025-03-05
1324

1425
### Added

src/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.0
1+
0.11.0

0 commit comments

Comments
 (0)