From 1e118caec60a5b9fcaa9dcc89771bba066b4f17a Mon Sep 17 00:00:00 2001 From: Loric ANDRE Date: Fri, 13 Feb 2026 10:23:28 +0100 Subject: [PATCH] fix: republish crate --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- justfile | 2 ++ man/man1/sk.1 | 4 ++-- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d4b9d3..b17106c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.1.1] - 2026-02-13 + +### 🐛 Bug Fixes + +- Republish crate + ## [3.1.0] - 2026-02-13 ### 🚀 Features diff --git a/Cargo.lock b/Cargo.lock index c31a220f..bfbbd045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2025,7 +2025,7 @@ checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" [[package]] name = "skim" -version = "3.1.0" +version = "3.1.1" dependencies = [ "ansi-to-tui", "assert_enum_variants", diff --git a/Cargo.toml b/Cargo.toml index 50e53879..6d21c811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "skim" -version = "3.1.0" +version = "3.1.1" authors = ["Loric ANDRE", "Zhang Jinzhou "] description = "Fuzzy Finder in rust!" documentation = "https://docs.rs/skim" diff --git a/justfile b/justfile index c9a13ef6..6c0e6e41 100644 --- a/justfile +++ b/justfile @@ -21,6 +21,8 @@ release version: (bump-version version) generate-files (changelog version) test git push --tags auto-release: + git switch master + git pull just release $(git cliff --bumped-version | sed 's/v\(.*\)/\1/') test target="": diff --git a/man/man1/sk.1 b/man/man1/sk.1 index 89ba0f00..42027bfe 100644 --- a/man/man1/sk.1 +++ b/man/man1/sk.1 @@ -1,6 +1,6 @@ .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.TH sk 1 "sk 3.1.0" +.TH sk 1 "sk 3.1.1" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME @@ -1024,4 +1024,4 @@ When using `sk \-\-remote`, pipe in action chains (see the KEYBINDS section), fo .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH VERSION -v3.1.0 +v3.1.1