Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
azzamsa committed Nov 27, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7cd7c5a commit 0c5ef8f
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [0.1.6] - 2021-11-27
## [0.1.7] - 2021-11-27

### Features

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dryip"
description = "Short 🩸 Rust 🦀 code snippets for inspiration."
version = "0.1.6"
version = "0.1.7"
authors = ["azzamsa <[email protected]>"]
edition = "2021"
keywords = ["algorithms", "dryip"]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -22,5 +22,5 @@ release: ##
bash scripts/release.sh $(version)


.PHONY: help verify_light verify is_verified
.PHONY: help verify_light verify is_verified release
.DEFAULT_GOAL := help
2 changes: 1 addition & 1 deletion scripts/release.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
# takes the tag as an argument (e.g. v0.1.0)
if [ -n "$1" ]; then
# update the version
sed "s/^version = .* $msg$/version = \"${1#v}\" $msg/" -i Cargo.toml
sed "0,/^version = .*$/s//version = \"${1#v}\"/" -i Cargo.toml
# update the changelog
git-cliff --tag "$1" > CHANGELOG.md
git add -A && git commit -m "$1"

0 comments on commit 0c5ef8f

Please sign in to comment.