Skip to content

Commit 1e118ca

Browse files
committed
fix: republish crate
1 parent a766762 commit 1e118ca

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.1.1] - 2026-02-13
9+
10+
### 🐛 Bug Fixes
11+
12+
- Republish crate
13+
814
## [3.1.0] - 2026-02-13
915

1016
### 🚀 Features

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "skim"
3-
version = "3.1.0"
3+
version = "3.1.1"
44
authors = ["Loric ANDRE", "Zhang Jinzhou <lotabout@gmail.com>"]
55
description = "Fuzzy Finder in rust!"
66
documentation = "https://docs.rs/skim"

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ release version: (bump-version version) generate-files (changelog version) test
2121
git push --tags
2222

2323
auto-release:
24+
git switch master
25+
git pull
2426
just release $(git cliff --bumped-version | sed 's/v\(.*\)/\1/')
2527

2628
test target="":

man/man1/sk.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.ie \n(.g .ds Aq \(aq
22
.el .ds Aq '
3-
.TH sk 1 "sk 3.1.0"
3+
.TH sk 1 "sk 3.1.1"
44
.ie \n(.g .ds Aq \(aq
55
.el .ds Aq '
66
.SH NAME
@@ -1024,4 +1024,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo
10241024
.ie \n(.g .ds Aq \(aq
10251025
.el .ds Aq '
10261026
.SH VERSION
1027-
v3.1.0
1027+
v3.1.1

0 commit comments

Comments
 (0)