Skip to content

Commit efbab2a

Browse files
committed
bump
1 parent 0899e75 commit efbab2a

File tree

4 files changed

+105
-94
lines changed

4 files changed

+105
-94
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## v0.2.4 - 2023-07-06
4+
5+
### Features
6+
7+
- Go: support dependency inference
8+
- Rust: improve dependency inference for the following crates: alsa-sys, curl-sys, gtk-sys, gtk4-sys, librocksdb-sys, llvm-sys
9+
- Go: improve ldflags formatting
10+
- Add nix and nurl to runtime with environment variables instead of relying on a wrapper
11+
12+
### Changes
13+
14+
- Drop support for nixpkgs 22.11
15+
16+
### Fixes
17+
18+
- Rust: use `cargo` and `rustc` instead of `rustPlatform.rust.cargo` and `rustPlatform.rust.rustc`
19+
- Python: fix `pythonImportsCheck`
20+
- Python(pyproject): default build-system.requires to setuptools
21+
- Fix interaction with `showAliases = false` on nixpkgs 23.11 ([#153](https://github.com/nix-community/nix-init/issues/153))
22+
323
## v0.2.3 - 2023-04-29
424

525
### Features

0 commit comments

Comments
 (0)