From 2a1e4b1b6f9b055e90d0fbecee2d255539775741 Mon Sep 17 00:00:00 2001 From: Gibson Fahnestock Date: Thu, 2 Mar 2023 14:43:10 +0000 Subject: [PATCH] chore: bump version to 0.13.5 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6b1fc..4393e5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [0.13.5](https://github.com/gibfahn/up-rs/releases/tag/0.13.5) (2023-03-02) + +### Bug Fixes +- Link to libgit2 statically, instead of relying on a libgit2 library being present on the system. + ## [0.13.4](https://github.com/gibfahn/up-rs/releases/tag/0.13.4) (2023-03-01) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index fe4ac5a..68f37a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2013,7 +2013,7 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "up-rs" -version = "0.13.4" +version = "0.13.5" dependencies = [ "assert_cmd", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 631fbc4..fe5aead 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "up-rs" -version = "0.13.4" +version = "0.13.5" authors = ["Gibson Fahnestock "] edition = '2021' license = "MIT OR Apache-2.0"