Skip to content

Commit ec6ede6

Browse files
committed
chore: bump all package manifests to 0.2.8
1 parent bc71915 commit ec6ede6

14 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -3,13 +3,13 @@ members = ["crates/tirith-core", "crates/tirith", "tools/sign-license", "tools/l
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.2.7"
6+
version = "0.2.8"
77
edition = "2021"
88
license = "AGPL-3.0-only"
99
rust-version = "1.83"
1010

1111
[workspace.dependencies]
12-
tirith-core = { version = "0.2.7", path = "crates/tirith-core" }
12+
tirith-core = { version = "0.2.8", path = "crates/tirith-core" }
1313
clap = { version = "4", features = ["derive"] }
1414
url = "2"
1515
regex = "1"

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheeki03/tirith-darwin-arm64",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "tirith binary for macOS arm64",
55
"license": "AGPL-3.0-only",
66
"repository": {

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheeki03/tirith-darwin-x64",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "tirith binary for macOS x64",
55
"license": "AGPL-3.0-only",
66
"repository": {

npm/linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheeki03/tirith-linux-arm64",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "tirith binary for Linux arm64",
55
"license": "AGPL-3.0-only",
66
"repository": {

npm/linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheeki03/tirith-linux-x64",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "tirith binary for Linux x64",
55
"license": "AGPL-3.0-only",
66
"repository": {

npm/tirith/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tirith",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Terminal security - catches homograph attacks, pipe-to-shell, ANSI injection",
55
"license": "AGPL-3.0-only",
66
"repository": {
@@ -11,10 +11,10 @@
1111
"tirith": "bin/tirith"
1212
},
1313
"optionalDependencies": {
14-
"@sheeki03/tirith-darwin-arm64": "0.2.7",
15-
"@sheeki03/tirith-darwin-x64": "0.2.7",
16-
"@sheeki03/tirith-linux-x64": "0.2.7",
17-
"@sheeki03/tirith-linux-arm64": "0.2.7",
18-
"@sheeki03/tirith-win32-x64": "0.2.7"
14+
"@sheeki03/tirith-darwin-arm64": "0.2.8",
15+
"@sheeki03/tirith-darwin-x64": "0.2.8",
16+
"@sheeki03/tirith-linux-x64": "0.2.8",
17+
"@sheeki03/tirith-linux-arm64": "0.2.8",
18+
"@sheeki03/tirith-win32-x64": "0.2.8"
1919
}
2020
}

npm/win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sheeki03/tirith-win32-x64",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "tirith binary for Windows x64",
55
"license": "AGPL-3.0-only",
66
"repository": {

packaging/aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: tirith contributors
22
pkgname=tirith
3-
pkgver=0.2.7
3+
pkgver=0.2.8
44
pkgrel=1
55
pkgdesc='Terminal security - catches homograph attacks, pipe-to-shell, ANSI injection'
66
arch=('x86_64' 'aarch64')

packaging/chocolatey/tirith.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>tirith</id>
5-
<version>0.2.7</version>
5+
<version>0.2.8</version>
66
<title>tirith</title>
77
<authors>sheeki03</authors>
88
<owners>sheeki03</owners>

0 commit comments

Comments
 (0)