Skip to content

Commit

Permalink
doc: add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Mar 25, 2024
1 parent 2401c78 commit eaa5027
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1] - 2024-03-25

### Changed

- Update reqwest from 0.11.22 to 0.12.1
2 changes: 2 additions & 0 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ release version: lint test
read -n 1 -s -r -p "you're about to release {{version}} - press any button to continue"
echo 'updating version in Cargo.toml to {{version}}'
sed -i -e 's/^version = ".*"$/version = "{{version}}"/' Cargo.toml
cargo publish
echo 'successfully published crate'
echo 'committing changes'
git add .
git commit -m 'feat: update crate to version {{version}}'
Expand Down

0 comments on commit eaa5027

Please sign in to comment.