Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
183 changes: 83 additions & 100 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ repository = "https://github.com/websublime/workspace-tools"
[workspace.dependencies]
# Internal crates
sublime_standard_tools = { version = "0.0.15", path = "crates/standard" }
sublime_git_tools = { version = "0.0.15", path = "crates/git" }
sublime_pkg_tools = { version = "0.0.22", path = "crates/pkg" }
sublime_cli_tools = { version = "0.0.31", path = "crates/cli" }
sublime_git_tools = { version = "0.0.16", path = "crates/git" }
sublime_pkg_tools = { version = "0.0.23", path = "crates/pkg" }
sublime_cli_tools = { version = "0.0.32", path = "crates/cli" }

# Core dependencies
async-trait = "0.1.74"
Expand Down
6 changes: 6 additions & 0 deletions crates/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.0.32 - 2026-01-09

### Miscellaneous Tasks

<!-- Made with ❤️ by WebSublime -->

## 0.0.31 - 2025-12-12

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ documentation = "https://docs.rs/sublime_cli"
readme = "README.md"
keywords = ["cli", "nodejs", "workspace", "tools"]
categories = ["development-tools", "command-line-utilities"]
version = "0.0.31"
version = "0.0.32"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
10 changes: 10 additions & 0 deletions crates/git/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.0.16 - 2026-01-09

### Features

#### Git

- Add HTTPS authentication support for remote operations

<!-- Made with ❤️ by WebSublime -->

## 0.0.15 - 2025-12-05

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/git/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sublime_git_tools"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
version = "0.0.15"
version = "0.0.16"
edition.workspace = true
license.workspace = true
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/pkg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 0.0.23 - 2026-01-09

### Miscellaneous Tasks

<!-- Made with ❤️ by WebSublime -->

## 0.0.22 - 2025-12-12

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion crates/pkg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sublime_pkg_tools"
version = "0.0.22"
version = "0.0.23"
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
Expand Down