Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
This change bumps the program's version to 0.1.0, marking the first
release.
  • Loading branch information
d-e-s-o committed Mar 21, 2024
1 parent bc4ff35 commit 7d27bf6
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
[package]
name = "chroot-deploy"
version = "0.0.0"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
homepage = "https://github.com/d-e-s-o/chroot-deploy"
repository = "https://github.com/d-e-s-o/chroot-deploy.git"
readme = "README.md"
categories = [
"accessibility",
"api-bindings",
"asynchronous",
"command-line-utilities",
"os::unix-apis"
]
keywords = [
"async",
"chroot",
"linux",
]
description = """
A program able to deploy and work with a chroot environment in a quick
manner.
"""
default-run = "chroot-deploy"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 7d27bf6

Please sign in to comment.