Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra authored Oct 7, 2024
1 parent 3d86dba commit 3a41b08
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions crates/file_url/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.6](https://github.com/conda/rattler/compare/file_url-v0.1.5...file_url-v0.1.6) - 2024-10-07

### Other

- update Cargo.toml dependencies

## [0.1.5](https://github.com/conda/rattler/compare/file_url-v0.1.4...file_url-v0.1.5) - 2024-09-05

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion crates/file_url/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "file_url"
version = "0.1.5"
version = "0.1.6"
edition.workspace = true
authors = ["Bas Zalmstra <zalmstra.bas@gmail.com>"]
description = "Helper functions to work with file:// urls"
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_conda_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme.workspace = true

[dependencies]
chrono = { workspace = true }
file_url = { path = "../file_url", version = "0.1.5" }
file_url = { path = "../file_url", version = "0.1.6" }
fxhash = { workspace = true }
glob = { workspace = true }
hex = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_lock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ indexmap = { workspace = true, features = ["serde"] }
itertools = { workspace = true }
rattler_conda_types = { path = "../rattler_conda_types", version = "0.28.2", default-features = false }
rattler_digest = { path = "../rattler_digest", version = "1.0.2", default-features = false }
file_url = { path = "../file_url", version = "0.1.5" }
file_url = { path = "../file_url", version = "0.1.6" }
pep508_rs = { workspace = true, features = ["serde"] }
pep440_rs = { workspace = true, features = ["serde"] }
serde = { workspace = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/rattler_repodata_gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cache_control = { workspace = true }
chrono = { workspace = true, features = ["std", "serde", "alloc", "clock"] }
dashmap = { workspace = true }
dirs = { workspace = true }
file_url = { path = "../file_url", version = "0.1.5" }
file_url = { path = "../file_url", version = "0.1.6" }
futures = { workspace = true }
hex = { workspace = true, features = ["serde"] }
http = { workspace = true, optional = true }
Expand Down

0 comments on commit 3a41b08

Please sign in to comment.