Skip to content

Commit

Permalink
Bump version 0.1.2 for testing CD
Browse files Browse the repository at this point in the history
  • Loading branch information
jtsagata committed Jun 21, 2024
1 parent 7766564 commit 62833f7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## v0.1.2
### Added
- Shorter readme for crates.io
- Create debian packages with cargo-deb
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "places-cli"
version = "0.1.1"
version = "0.1.2"
authors = ["Ioannis Tsagkatakis<[email protected]>"]
license = "GPL-3.0"
description = "A cli program to get file and directory locations from XDG"
Expand Down
3 changes: 1 addition & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ _shellcheck:

# create version tag and push to origin
tag-version: check
cargo deny check
grep -Fq '[{{ version }}]' CHANGELOG.md # The CHANGELOG.md should contains updated changes
grep -Fq '{{ version }}' CHANGELOG.md # The CHANGELOG.md should contains updated changes
git diff --no-ext-diff --quiet --exit-code # All files should be committed
git tag -a {{ version }} -m "Release {{ version }}"
git push origin {{ version }}
Expand Down

0 comments on commit 62833f7

Please sign in to comment.