Skip to content

Commit 02c8867

Browse files
authoredApr 10, 2024··
chore: prepare v0.19.0 release (#1153)
1 parent b64054e commit 02c8867

File tree

6 files changed

+50
-7
lines changed

6 files changed

+50
-7
lines changed
 

‎CHANGELOG.md

+43
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,48 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.19.0] - 2024-04-10
9+
### ✨ Highlights
10+
- This release adds a new `pixi tree` command to show the dependency tree of the project.
11+
- Pixi now persists the manifest and environment when activating a shell, so you can use pixi as if you are in that folder while in the shell.
12+
13+
### 📃 Details
14+
#### Added
15+
- `pixi tree` command to show dependency tree by @abkfenris in [#1069](https://github.com/prefix-dev/pixi/pull/1069)
16+
- Persistent shell manifests by @abkfenris in [#1080](https://github.com/prefix-dev/pixi/pull/1080)
17+
- Add to pypi in feature (`pixi add --feature test --pypi package`) by @ruben-arts in [#1135](https://github.com/prefix-dev/pixi/pull/1135)
18+
- Use new mapping by @nichmor in [#888](https://github.com/prefix-dev/pixi/pull/888)
19+
- `--no-progress` to disable all progress bars by @baszalmstra in [#1105](https://github.com/prefix-dev/pixi/pull/1105)
20+
- Create a table if channel is specified (`pixi add conda-forge::rattler-build`) by @baszalmstra in [#1079](https://github.com/prefix-dev/pixi/pull/1079)
21+
22+
#### Changed
23+
- Add the project itself as an editable dependency by @olivier-lacroix in [#1084](https://github.com/prefix-dev/pixi/pull/1084)
24+
- Get `tool.pixi.project.name` from `project.name` by @olivier-lacroix in [#1112](https://github.com/prefix-dev/pixi/pull/1112)
25+
- Create `features` and `environments` from extras by @olivier-lacroix in [#1077](https://github.com/prefix-dev/pixi/pull/1077)
26+
- Pypi supports come out of Beta by @olivier-lacroix in [#1120](https://github.com/prefix-dev/pixi/pull/1120)
27+
- Enable to force `PIXI_ARCH` for pixi installation by @beenje in [#1129](https://github.com/prefix-dev/pixi/pull/1129)
28+
- Improve tool.pixi.project detection logic by @olivier-lacroix in [#1127](https://github.com/prefix-dev/pixi/pull/1127)
29+
- Add purls for packages if adding pypi dependencies by @nichmor in [#1148](https://github.com/prefix-dev/pixi/pull/1148)
30+
- Add env name if not default to `tree` and `list` commands by @ruben-arts in [#1145](https://github.com/prefix-dev/pixi/pull/1145)
31+
32+
#### Documentation
33+
- Add MODFLOW 6 to community docs by @Hofer-Julian in [#1125](https://github.com/prefix-dev/pixi/pull/1125)
34+
- Addition of ros2 tutorial by @ruben-arts in [#1116](https://github.com/prefix-dev/pixi/pull/1116)
35+
- Improve install script docs by @ruben-arts in [#1136](https://github.com/prefix-dev/pixi/pull/1136)
36+
- More structured table of content by @tdejager in [#1142](https://github.com/prefix-dev/pixi/pull/1142)
37+
38+
#### Fixed
39+
- Amend syntax in `conda-meta/history` to prevent `conda.history.History.parse()` error by @jaimergp in [#1117](https://github.com/prefix-dev/pixi/pull/1117)
40+
- Fix docker example and include `pyproject.toml` by @tdejager in [#1121](https://github.com/prefix-dev/pixi/pull/1121)
41+
42+
## New Contributors
43+
* @abkfenris made their first contribution in [#1069](https://github.com/prefix-dev/pixi/pull/1069)
44+
* @beenje made their first contribution in [#1129](https://github.com/prefix-dev/pixi/pull/1129)
45+
* @jaimergp made their first contribution in [#1117](https://github.com/prefix-dev/pixi/pull/1117)
46+
47+
[Full commit history](https://github.com/prefix-dev/pixi/compare/v0.18.0..v0.19.0)
48+
49+
850
## [0.18.0] - 2024-04-02
951
### ✨ Highlights
1052
- This release adds support for `pyproject.toml`, now pixi reads from the `[tool.pixi]` table.
@@ -31,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3173
- Add lockfile update description in preparation for pixi update by @ruben-arts in [#1073](https://github.com/prefix-dev/pixi/pull/1073)
3274
- `zsh` may be used for installation on macOS by @pya in [#1091](https://github.com/prefix-dev/pixi/pull/1091)
3375
- Fix typo in `pixi auth` documentation by @ytausch in [#1076](https://github.com/prefix-dev/pixi/pull/1076)
76+
- Add `rstudio` to the IDE integration docs by @wolfv in [#1144](https://github.com/prefix-dev/pixi/pull/1144)
3477

3578
#### Fixed
3679
- Test failure on riscv64 by @hack3ric in [#1045](https://github.com/prefix-dev/pixi/pull/1045)

‎CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ authors:
2424
name-particle: de
2525
family-names: Jager
2626
email: tdejager89@gmail.com
27-
repository-code: 'https://github.com/prefix-dev/pixi/releases/tag/v0.18.0'
28-
url: 'https://pixi.sh/v0.18.0'
27+
repository-code: 'https://github.com/prefix-dev/pixi/releases/tag/v0.19.0'
28+
url: 'https://pixi.sh/v0.19.0'
2929
abstract: >-
3030
A cross-platform, language agnostic, package/project
3131
management tool for development in virtual environments.

‎Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pixi"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
description = "A package management and workflow tool"
55
edition = "2021"
66
authors = ["pixi contributors <hi@prefix.dev>"]

‎docs/advanced/github_actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ We created [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) to
1515
```yaml
1616
- uses: prefix-dev/setup-pixi@v0.5.1
1717
with:
18-
pixi-version: v0.18.0
18+
pixi-version: v0.19.0
1919
cache: true
2020
auth-host: prefix.dev
2121
auth-token: ${{ secrets.PREFIX_DEV_TOKEN }}

‎tbump.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github_url = "https://github.com/prefix-dev/pixi"
22

33
[version]
4-
current = "0.18.0"
4+
current = "0.19.0"
55

66
# Example of a semver regexp.
77
# Make sure this matches current_version before
@@ -19,7 +19,7 @@ regex = '''
1919

2020
[git]
2121
# The current version will get updated when tbump is run
22-
message_template = "Bump version: 0.18.0 → {new_version}"
22+
message_template = "Bump version: 0.19.0 → {new_version}"
2323
tag_template = "v{new_version}"
2424

2525
# For each file to patch, add a [[file]] config

0 commit comments

Comments
 (0)