release: version 1.0.0
This commit is contained in:
parent
b0e0b33912
commit
26091c0b1e
2 changed files with 12 additions and 1 deletions
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# CHANGELOG
|
||||
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
Which is based on [Keep A Changelog](http://keepachangelog.com/)
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## v1.0.0 - 2023-08-12
|
||||
|
||||
- first version
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# is_master
|
||||
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.0.0_dev-green.svg)](https://git.yaegashi.fr/nishiki/is_master-rust/releases)
|
||||
[![Version](https://img.shields.io/badge/latest_version-1.0.0-green.svg)](https://git.yaegashi.fr/nishiki/is_master-rust/releases)
|
||||
[![License](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://git.yaegashi.fr/nishiki/is_master-rust/src/branch/main/LICENSE)
|
||||
|
||||
is_master execute a command when the file or the ip expected is present on the host.
|
||||
|
|
Loading…
Reference in a new issue