-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump: 0.3.0 * fix: precommit * fix: missing changelog entry
- Loading branch information
1 parent
eb1b64b
commit c7245f1
Showing
4 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pixi" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
description = "A package management and workflow tool" | ||
edition = "2021" | ||
authors = ["pixi contributors <[email protected]>"] | ||
|
@@ -65,6 +65,7 @@ tokio = { version = "1.32.0", features = ["rt"] } | |
toml = "0.7.6" | ||
|
||
[patch.crates-io] | ||
# Remove this once we created a new release of rattler (0.9.0). | ||
rattler = { git = "https://github.com/mamba-org/rattler", branch = "main" } | ||
rattler_conda_types = { git = "https://github.com/mamba-org/rattler", branch = "main" } | ||
rattler_digest = { git = "https://github.com/mamba-org/rattler", branch = "main" } | ||
|
@@ -73,3 +74,6 @@ rattler_repodata_gateway = { git = "https://github.com/mamba-org/rattler", branc | |
rattler_shell = { git = "https://github.com/mamba-org/rattler", branch = "main" } | ||
rattler_solve = { git = "https://github.com/mamba-org/rattler", branch = "main" } | ||
rattler_virtual_packages = { git = "https://github.com/mamba-org/rattler", branch = "main" } | ||
|
||
# Remove this once https://github.com/idubrov/json-patch/pull/28 is merged and integrated into rattler. | ||
json-patch = { git = "https://github.com/baszalmstra/json-patch", branch = "main" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "pixi" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
description = "Package management made easy!" | ||
authors = ["Wolf Vollprecht <[email protected]>", "Bas Zalmstra <[email protected]>", "Tim de Jager <[email protected]>", "Ruben Arts <[email protected]>"] | ||
channels = ["conda-forge"] | ||
|