Skip to content

Commit a750e50

Browse files
committed
publish: chromium-crypto v0.1.0, decrypt-cookies v0.7.0
1 parent 012dfa0 commit a750e50

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ which = "8"
7474
duct = "1"
7575
clap = "^4"
7676

77-
decrypt-cookies = { path = "./crates/decrypt-cookies", version = "0.7.0-alpha.0" }
78-
chromium-crypto = { path = "./crates/chromium-crypto", version = "0.1.0-alpha.0" }
77+
decrypt-cookies = { path = "./crates/decrypt-cookies", version = "0.7.0" }
78+
chromium-crypto = { path = "./crates/chromium-crypto", version = "0.1.0" }
7979
binary-cookies = { path = "./crates/binary-cookies", version = "0.1" }
8080

8181
[workspace.lints.rust]

crates/chromium-crypto/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## [Unreleased]
10+
## [0.1.0]
1111

1212
### Added
1313

crates/chromium-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chromium-crypto"
3-
version = "0.1.0-alpha.0"
3+
version = "0.1.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

crates/decrypt-cookies/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [Unreleased]
9+
## [0.7.0]
1010

1111
### Changed
1212

crates/decrypt-cookies/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "decrypt-cookies"
3-
version = "0.7.0-alpha.0"
3+
version = "0.7.0"
44
description = "A decrypt browser crate"
55
license = { workspace = true }
66
edition = { workspace = true }

0 commit comments

Comments
 (0)