-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.1.9 & Add license, changelog, repo and other fields…
… in Cargo.toml
- Loading branch information
Showing
3 changed files
with
33 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!-- markdownlint-disable-file MD024 --> | ||
|
||
# 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.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Unreleased | ||
|
||
## [0.1.9] - 2023-12-31 | ||
|
||
### Added | ||
|
||
- Information in Cargo.toml. | ||
- This file (CHANGELOG.md). | ||
- Restriction of alias replacement by default (--force flag for new subcommand) | ||
|
||
[0.1.9]: https://github.com/ybda/shmarks/commits/v0.1.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
[package] | ||
name = "shmarks" | ||
version = "0.1.8" | ||
version = "0.1.9" | ||
edition = "2021" | ||
authors = ["Belkanov Dmitriy <[email protected]>"] | ||
description = "Directory bookmarks for the shell." | ||
license-file = "LICENSE" | ||
categories = ["command-line-interface", "command-line-utilities"] | ||
homepage = "https://github.com/ybda/shmarks" | ||
repository = "https://github.com/ybda/shmarks" | ||
readme = "README.md" | ||
exclude = [ | ||
".vscode" | ||
] | ||
rust-version = "1.77.0" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[lints.rust] | ||
unsafe_code = "forbid" | ||
|
||
[dependencies] | ||
clap = { version = "4.4.12", features = ["cargo", "derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters