Skip to content

Commit

Permalink
feat: switch to Calendar Versioning (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyazi authored Feb 5, 2025
1 parent b236f34 commit 0c100ae
Show file tree
Hide file tree
Showing 17 changed files with 103 additions and 99 deletions.
34 changes: 17 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ Yazi (means "duck") is a terminal file manager written in Rust, based on non-blo

https://github.com/sxyazi/yazi/assets/17523360/92ff23fa-0cd5-4f04-b387-894c12265cc7

⚠️ Note: Yazi is currently in heavy development and may be unstable. The API is subject to change without prior notice.
## Project status

Public beta, can be used as a daily driver.

Yazi is currently in heavy development, expect breaking changes.

## Documentation

Expand Down
8 changes: 4 additions & 4 deletions yazi-adapter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-adapter"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-config = { path = "../yazi-config", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-config = { path = "../yazi-config", version = "25.2.5" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External dependencies
ansi-to-tui = { workspace = true }
Expand Down
12 changes: 6 additions & 6 deletions yazi-boot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-boot"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -9,11 +9,11 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-adapter = { path = "../yazi-adapter", version = "0.4.3" }
yazi-config = { path = "../yazi-config", version = "0.4.3" }
yazi-fs = { path = "../yazi-fs", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-adapter = { path = "../yazi-adapter", version = "25.2.5" }
yazi-config = { path = "../yazi-config", version = "25.2.5" }
yazi-fs = { path = "../yazi-fs", version = "25.2.5" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External dependencies
clap = { workspace = true }
Expand Down
14 changes: 7 additions & 7 deletions yazi-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-cli"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -9,11 +9,11 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-boot = { path = "../yazi-boot", version = "0.4.3" }
yazi-dds = { path = "../yazi-dds", version = "0.4.3" }
yazi-fs = { path = "../yazi-fs", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-boot = { path = "../yazi-boot", version = "25.2.5" }
yazi-dds = { path = "../yazi-dds", version = "25.2.5" }
yazi-fs = { path = "../yazi-fs", version = "25.2.5" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External dependencies
anyhow = { workspace = true }
Expand All @@ -26,7 +26,7 @@ toml = { workspace = true }
twox-hash = { workspace = true }

[build-dependencies]
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External build dependencies
anyhow = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion yazi-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-codegen"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand Down
8 changes: 4 additions & 4 deletions yazi-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-config"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-fs = { path = "../yazi-fs", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-fs = { path = "../yazi-fs", version = "25.2.5" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External dependencies
anyhow = { workspace = true }
Expand Down
24 changes: 12 additions & 12 deletions yazi-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-core"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -9,17 +9,17 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-adapter = { path = "../yazi-adapter", version = "0.4.3" }
yazi-boot = { path = "../yazi-boot", version = "0.4.3" }
yazi-codegen = { path = "../yazi-codegen", version = "0.4.3" }
yazi-config = { path = "../yazi-config", version = "0.4.3" }
yazi-dds = { path = "../yazi-dds", version = "0.4.3" }
yazi-fs = { path = "../yazi-fs", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-plugin = { path = "../yazi-plugin", version = "0.4.3" }
yazi-proxy = { path = "../yazi-proxy", version = "0.4.3" }
yazi-scheduler = { path = "../yazi-scheduler", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-adapter = { path = "../yazi-adapter", version = "25.2.5" }
yazi-boot = { path = "../yazi-boot", version = "25.2.5" }
yazi-codegen = { path = "../yazi-codegen", version = "25.2.5" }
yazi-config = { path = "../yazi-config", version = "25.2.5" }
yazi-dds = { path = "../yazi-dds", version = "25.2.5" }
yazi-fs = { path = "../yazi-fs", version = "25.2.5" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }
yazi-plugin = { path = "../yazi-plugin", version = "25.2.5" }
yazi-proxy = { path = "../yazi-proxy", version = "25.2.5" }
yazi-scheduler = { path = "../yazi-scheduler", version = "25.2.5" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External dependencies
anyhow = { workspace = true }
Expand Down
10 changes: 5 additions & 5 deletions yazi-dds/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-dds"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -13,10 +13,10 @@ default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]

[dependencies]
yazi-boot = { path = "../yazi-boot", version = "0.4.3" }
yazi-fs = { path = "../yazi-fs", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-boot = { path = "../yazi-boot", version = "25.2.5" }
yazi-fs = { path = "../yazi-fs", version = "25.2.5" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External dependencies
anyhow = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions yazi-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-ffi"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -9,7 +9,7 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }

# External dependencies
anyhow = { workspace = true }
Expand Down
24 changes: 12 additions & 12 deletions yazi-fm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-fm"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -13,17 +13,17 @@ default = [ "vendored-lua" ]
vendored-lua = [ "mlua/vendored" ]

[dependencies]
yazi-adapter = { path = "../yazi-adapter", version = "0.4.3" }
yazi-boot = { path = "../yazi-boot", version = "0.4.3" }
yazi-codegen = { path = "../yazi-codegen", version = "0.4.3" }
yazi-config = { path = "../yazi-config", version = "0.4.3" }
yazi-core = { path = "../yazi-core", version = "0.4.3" }
yazi-dds = { path = "../yazi-dds", version = "0.4.3" }
yazi-fs = { path = "../yazi-fs", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-plugin = { path = "../yazi-plugin", version = "0.4.3" }
yazi-proxy = { path = "../yazi-proxy", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-adapter = { path = "../yazi-adapter", version = "25.2.5" }
yazi-boot = { path = "../yazi-boot", version = "25.2.5" }
yazi-codegen = { path = "../yazi-codegen", version = "25.2.5" }
yazi-config = { path = "../yazi-config", version = "25.2.5" }
yazi-core = { path = "../yazi-core", version = "25.2.5" }
yazi-dds = { path = "../yazi-dds", version = "25.2.5" }
yazi-fs = { path = "../yazi-fs", version = "25.2.5" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }
yazi-plugin = { path = "../yazi-plugin", version = "25.2.5" }
yazi-proxy = { path = "../yazi-proxy", version = "25.2.5" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External dependencies
anyhow = { workspace = true }
Expand Down
8 changes: 4 additions & 4 deletions yazi-fs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yazi-fs"
version = "0.4.3"
version = "25.2.5"
edition = "2021"
license = "MIT"
authors = [ "sxyazi <[email protected]>" ]
Expand All @@ -9,9 +9,9 @@ homepage = "https://yazi-rs.github.io"
repository = "https://github.com/sxyazi/yazi"

[dependencies]
yazi-ffi = { path = "../yazi-ffi", version = "0.4.3" }
yazi-macro = { path = "../yazi-macro", version = "0.4.3" }
yazi-shared = { path = "../yazi-shared", version = "0.4.3" }
yazi-ffi = { path = "../yazi-ffi", version = "25.2.5" }
yazi-macro = { path = "../yazi-macro", version = "25.2.5" }
yazi-shared = { path = "../yazi-shared", version = "25.2.5" }

# External dependencies
anyhow = { workspace = true }
Expand Down
Loading

0 comments on commit 0c100ae

Please sign in to comment.