Skip to content

Commit abb5163

Browse files
committed
Bump version
1 parent 1926d98 commit abb5163

File tree

4 files changed

+70
-54
lines changed

4 files changed

+70
-54
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# This file was autogenerated by cargo-dist: https://opensource.axo.dev/cargo-dist/
2+
#
13
# Copyright 2022-2024, axodotdev
24
# SPDX-License-Identifier: MIT or Apache-2.0
35
#
@@ -61,7 +63,7 @@ jobs:
6163
# we specify bash to get pipefail; it guards against the `curl` command
6264
# failing. otherwise `sh` won't catch that `curl` returned non-0
6365
shell: bash
64-
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.20.0/cargo-dist-installer.sh | sh"
66+
run: "curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/cargo-dist/releases/download/v0.21.1/cargo-dist-installer.sh | sh"
6567
- name: Cache cargo-dist
6668
uses: actions/upload-artifact@v4
6769
with:

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# Unreleased
2-
31
# Version 0.8.5
42

53
- (#145) Allow `~~~` to be code blocks
6-
- Allow using md-tui as a library
4+
- Allow using `md-tui` as a library
75

86
# Version 0.8.4
97

Cargo.lock

Lines changed: 63 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "md-tui"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
edition = "2021"
55
authors = ["Henrik Tøn Løvhaug"]
66
description = "A terminal markdown viewer"
@@ -91,14 +91,14 @@ lto = "thin"
9191
# Config for 'cargo dist'
9292
[workspace.metadata.dist]
9393
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
94-
cargo-dist-version = "0.20.0"
94+
cargo-dist-version = "0.21.1"
9595
# CI backends to support
9696
ci = "github"
9797
# The installers to generate for each app
9898
installers = ["shell"]
9999
# Target platforms to build apps for (Rust target-triple syntax)
100100
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
101-
# Publish jobs to run in CI
101+
# Which actions to run on pull requests
102102
pr-run-mode = "plan"
103103
# Whether to install an updater program
104104
install-updater = true

0 commit comments

Comments
 (0)