From 8d3f195ea7c4cf7cab9a2e57c81ef7c93be958e5 Mon Sep 17 00:00:00 2001 From: Tilo Date: Tue, 7 May 2024 17:10:24 +0200 Subject: [PATCH 1/3] Develop (#6) * Setting paste name to filename * Version bump * Bump mio from 0.8.10 to 0.8.11 (#2) * Setting paste name to filename (#1) * Setting paste name to filename * Version bump * chore: Update dependencies * chore: version bump * License update * chore: license * Bump mio from 0.8.10 to 0.8.11 Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Tilo Co-authored-by: Tilo-K Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: added releases * Lockfile * Maybe fix regex * ver: 1.0.5 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40a1112..e2742a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ permissions: on: push: tags: - - '**[0-9]+.[0-9]+.[0-9]+*' + - '[0-9]+.[0-9]+.[0-9]+' pull_request: jobs: diff --git a/Cargo.lock b/Cargo.lock index d1dda4c..2adfe8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "pastebin-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index f4e8633..0ecded7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pastebin-cli" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "A simple CLI for pastebin.com" authors = ["Tilo K"] From 9c5baf87e5d267c4ecc9fa3f6efb731d939bf7bc Mon Sep 17 00:00:00 2001 From: Tilo Date: Tue, 7 May 2024 20:37:18 +0200 Subject: [PATCH 2/3] Develop (#7) * Setting paste name to filename * Version bump * Bump mio from 0.8.10 to 0.8.11 (#2) * Setting paste name to filename (#1) * Setting paste name to filename * Version bump * chore: Update dependencies * chore: version bump * License update * chore: license * Bump mio from 0.8.10 to 0.8.11 Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/tokio-rs/mio/releases) - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/mio/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: mio dependency-type: indirect ... Signed-off-by: dependabot[bot] --------- Signed-off-by: dependabot[bot] Co-authored-by: Tilo Co-authored-by: Tilo-K Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: added releases * Lockfile * Maybe fix regex * ver: 1.0.5 * homepage & release * fixed * we are getting dirty * fix --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 3 +++ wix/main.wxs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ecded7..c8f9e83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ description = "A simple CLI for pastebin.com" authors = ["Tilo K"] license = "AGPL-3.0-or-later" repository = "https://github.com/Tilo-K/pastebin-cli" +homepage = "https://tilok.dev" [package.metadata.wix] upgrade-guid = "C59671CA-09B6-4A5C-B381-BFDECECB9F9D" @@ -51,3 +52,5 @@ npm-scope = "@tilo" pr-run-mode = "plan" # Whether to install an updater program install-updater = true + +allow-dirty = ["ci"] \ No newline at end of file diff --git a/wix/main.wxs b/wix/main.wxs index fbbe300..30c7376 100644 --- a/wix/main.wxs +++ b/wix/main.wxs @@ -173,7 +173,7 @@ - + From f5b49e2b8696514418d28215ac3a3f74f10527b9 Mon Sep 17 00:00:00 2001 From: Tilo K Date: Tue, 7 May 2024 20:40:22 +0200 Subject: [PATCH 3/3] 0.1.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2adfe8f..0dcda62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -702,7 +702,7 @@ dependencies = [ [[package]] name = "pastebin-cli" -version = "0.1.5" +version = "0.1.7" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index c8f9e83..14d0659 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pastebin-cli" -version = "0.1.5" +version = "0.1.7" edition = "2021" description = "A simple CLI for pastebin.com" authors = ["Tilo K"]