Commit 31ebd02
committed
Merge #300: release: bump crate to 0.6.0-rc.0
106d5f3 release: bump crate to 0.6.0-rc.0 (Kyryl R)
Pull request description:
## Copy from the CHANGELOG
* Add imports and dependency resolution, including `pub`/`use` syntax, re-exports, aliases, transitive dependencies, collision diagnostics, functional tests, examples, and `simc --dep` for compiling multi-file programs. [#264](#264)
* Replaced the deprecated `WithFile` trait with `WithContent` and `WithSource` to cleanly separate single-file execution from multi-file environments. Additionally, replaced the `file()` method on `RichError` with `source()`. [#266](#266)
* Clean up whitespace in the generated jet documentation. [#276](#276)
---
Overall, we are bumping the "major" version again due to module support. Technically, this should not be a breaking change, and all previous features should be supported, though I do not want it to look like a minor patch release, so I just bumped the middle digit in the release
It is an RC just to give us time to run it and adapt it on different closely related components: VS Code extension, LSP, simplex, std lib
After trying out the changes in the wild for a few weeks, we can release a stable version
ACKs for top commit:
apoelstra:
ACK 106d5f3; successfully ran local tests
Tree-SHA512: f71bf39b8e990a3dfe0a08af35432964c937e38165dd128905f508612f52978001b24542e20b1a8506ff2bee73711a5a146824f9c5e021b7195f84cee6008d4a3 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
6 | 8 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments