Skip to content

Commit

Permalink
Release yash-env-test-helper-0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magicant committed Jul 12, 2024
1 parent dd11c2f commit ceb1d90
Show file tree
Hide file tree
Showing 4 changed files with 704 additions and 2 deletions.
14 changes: 14 additions & 0 deletions yash-env-test-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to `yash-env-test-helper` 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).

## [0.1.0] - 2024-07-12

### Added

- Initial implementation of the `yash-env-test-helper` crate

[0.1.0]: https://github.com/magicant/yash-rs/releases/tag/yash-env-test-helper-0.1.0
3 changes: 1 addition & 2 deletions yash-env-test-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ edition = "2021"
rust-version = "1.77.0"
description = "Test helper for yash-env crate"
# documentation = "https://yash.osdn.jp/doc/"
# readme = "README.md"
readme = "README.md"
# homepage = "https://yash.osdn.jp/"
repository = "https://github.com/magicant/yash-rs"
license = "GPL-3.0-or-later"
keywords = ["posix", "shell"]
categories = ["command-line-utilities"]
publish = false

[dependencies]
assert_matches = "1.5.0"
Expand Down
Loading

0 comments on commit ceb1d90

Please sign in to comment.