Skip to content

Commit ca91ea8

Browse files
authored
chore: release v0.1.4 (#136)
## 🤖 New release * `protofetch`: 0.1.3 -> 0.1.4 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.4](v0.1.3...v0.1.4) - 2024-05-22 ### Other - Prevent concurrent cache access ([#135](#135)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/).
1 parent ae3a9fd commit ca91ea8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.4](https://github.com/coralogix/protofetch/compare/v0.1.3...v0.1.4) - 2024-05-22
10+
11+
### Other
12+
- Prevent concurrent cache access ([#135](https://github.com/coralogix/protofetch/pull/135))

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protofetch"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A source dependency management tool for Protobuf."

0 commit comments

Comments
 (0)