Skip to content

Commit 0c75a27

Browse files
committed
Release v1.0.0
1 parent 83d5df7 commit 0c75a27

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased] - 2021-09-18
8+
## [1.0.0] - 2021-09-18
99

1010
### Added
1111

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "file-expert"
3-
version = "1.0.0-alpha.0"
3+
version = "1.0.0"
44
authors = ["Bahtiar `kalkin-` Gadimov <[email protected]>"]
55
edition = "2018"
66
license = "AGPL-3.0-or-later"

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([file-expert],[1.0.0~alpha.0])
1+
AC_INIT([file-expert],[1.0.0])
22
AC_CANONICAL_TARGET
33
AM_INIT_AUTOMAKE([foreign])
44
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)