5 Commits
1.0.7 ... 1.0.4

Author SHA1 Message Date
d081f3d083 feat: added releases 2024-05-07 16:52:11 +02:00
Tilo
8239356868 Merge branch 'master' into develop 2024-03-04 22:56:58 +01:00
dependabot[bot]
5fe8588b73 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] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Tilo <Tilo-K@users.noreply.github.com>
Co-authored-by: Tilo-K <tiloklarenbeek@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 22:56:09 +01:00
f69496afdb Version bump 2023-10-26 21:57:27 +02:00
a2e8dab9b0 Setting paste name to filename 2023-10-26 21:55:41 +02:00
4 changed files with 4 additions and 7 deletions

View File

@@ -40,7 +40,7 @@ permissions:
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '**[0-9]+.[0-9]+.[0-9]+*'
pull_request:
jobs:

2
Cargo.lock generated
View File

@@ -702,7 +702,7 @@ dependencies = [
[[package]]
name = "pastebin-cli"
version = "0.1.5"
version = "0.1.4"
dependencies = [
"anyhow",
"chrono",

View File

@@ -1,12 +1,11 @@
[package]
name = "pastebin-cli"
version = "0.1.5"
version = "0.1.4"
edition = "2021"
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"
@@ -52,5 +51,3 @@ npm-scope = "@tilo"
pr-run-mode = "plan"
# Whether to install an updater program
install-updater = true
allow-dirty = ["ci"]

View File

@@ -173,7 +173,7 @@
<!--<Icon Id='ProductICO' SourceFile='wix\Product.ico'/>-->
<!--<Property Id='ARPPRODUCTICON' Value='ProductICO' />-->
<Property Id='ARPHELPLINK' Value='https://tilok.dev'/>
<Property Id='ARPHELPLINK' Value='https://github.com/Tilo-K/pastebin-cli'/>
<UI>
<UIRef Id='WixUI_FeatureTree'/>