Releases: runtimeverification/komet
Releases · runtimeverification/komet
v0.1.76: Add telemetry functionality (#104)
* add telemetry functionality * Set Version: 0.1.76 --------- Co-authored-by: devops <devops@runtimeverification.com>
v0.1.75: Update README.md (#100)
* Update README.md * Set Version: 0.1.73 * delete broken links * tool => framework * add fuzzing gif * add recommended workflow * fix code example * Set Version: 0.1.74 * Set Version: 0.1.75 --------- Co-authored-by: devops <devops@runtimeverification.com>
v0.1.74: Optimize fuzzing using targeted substitution (#77)
* apply substitutions only to `<program>` cell in fuzzer * Set Version: 0.1.65 * setup python before code quality checks * Set Version: 0.1.72 * Update Dockerfile * Set Version: 0.1.73 * Set Version: 0.1.74 --------- Co-authored-by: devops <devops@runtimeverification.com>
v0.1.73: Migrate from poetry package manager to uv (#78)
* Makefile, pyproject.toml: migrate to uv
* poetry.lock, uv.lock: update to new lock file
* .github/{Dockerfile,test.yml,update.yml}: switch to UV
* Set Version: 0.1.65
* Set Version: 0.1.73
* .github/workflows/{test.yml,update.yml}: switch to uv
* Dockerfile: fix PATH for cargo
* pyproject.toml, uv.lock: Update pykwasm version 0.1.128
* fix flake8 error: Exception class with `__init__` should pass all args to `super().__init__()`
* update.yml: fix 'Update UV files' sed command
* update.yml: update version tags for `pyproject-build-systems`, `uv_release` nad`uv2nix`
* apply cruft update (excluding `flake.nix`)
* add `./nix` files
* migrate `flake.nix` to uv
* update kwasm
* add `hatchling` build dependency for pykwasm
* make `stellar-cli` follow `nixpkgs-unstable` for rust 2024
* fix `komet/default.nix`
* run `cruft update`
* install specific version of uv in docker image
* update version of nix in CI
* add uv nix develop shell
* remove second `build-systems-overlay.nix` file
* fix stellar rust build
* fix typos
* add `darwin.apple_sdk.frameworks.AppKit` to stellar-cli nix derivation
---------
Co-authored-by: devops <devops@runtimeverification.com>
Co-authored-by: Burak Bilge Yalcinkaya <bbyalcinkaya@gmail.com>
Co-authored-by: Julian Kuners <julian.kuners@gmail.com>
v0.1.72: Add module interface for CLI (#93)
* add module interface for CLI * Set Version: 0.1.72 * Update test.yml * format: double quotes to single * fix type error: `main()` returns `None`, not exit code * Dockerfile: no `--features opt` when installing stellar cli --------- Co-authored-by: Alex Olieman <alex@olieman.net> Co-authored-by: devops <devops@runtimeverification.com>
v0.1.71
Update nix flake inputs structure and add `rv-nix-tools` to dependenc…
v0.1.70: Add nix smoke test in CI (#85)
* add nix smoke test in CI * change `komet.rust-soroban` to `komet.rust-stellar` * Set Version: 0.1.70 --------- Co-authored-by: devops <devops@runtimeverification.com>
v0.1.69
Add `komet.rust-stellar` derivation that provides `cargo` and `stella…
v0.1.68: Use `stellar` binary instead of `soroban` binary (#83)
* use `stellar` binary instead of `soroban` binary * Set Version: 0.1.67 * Set Version: 0.1.68 --------- Co-authored-by: devops <devops@runtimeverification.com>
v0.1.67: Make cachix builds from CI/CD match CLI/flake inputs (#81)
* make cachix builds from CI/CD match CLI/flake inputs * Set Version: 0.1.67 --------- Co-authored-by: devops <devops@runtimeverification.com>