We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a34fa commit 2a16ec9Copy full SHA for 2a16ec9
CHANGELOG.md
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
- Simple Windows GUI for compiling.
11
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
23
## 0.10.0 - 2025-03-05
24
25
### Added
src/version.txt
@@ -1 +1 @@
1
-0.10.0
+0.11.0
0 commit comments