From 75d6f77bfb44b846eeebec2ba7501e43b9b38af5 Mon Sep 17 00:00:00 2001 From: Bahtiar `kalkin` Gadimov Date: Mon, 9 May 2022 18:08:28 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- configure.ac | 2 +- file-expert.spec | 2 +- 5 files changed, 33 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fa829..4a09236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [v1.1.0] - 2022-05-09 + +### Added + +- Inform the user about new version released +- kshrc to Shell (github/linguist#5685) +- `.html.heex` extension for `HTML+EEX` language (github/linguist#5671) +- C++ module interface .ixx extension (github/linguist#5680) +- `.flake8` as INI file (github/linguist#5669) +- Support for ShellCheck config files (github/linguist#5667) +- `.vimrc` to supported Vim Script extensions (github/linguist#5666) +- Support for Earthly language (github/linguist#5613) +- Support for Promela (github/linguist#5659) +- `.hzp` as an XML extension (github/linguist#5626) +- Motoko (github/linguist#5611) +- EJS template file extensions (github/linguist#5591) +- Common raytracer shader extensions (github/linguist#5566) +- Support for `CITATION` manifests (github/linguist#5577) +- Support for Containerfile (github/linguist#5588) +- Update installation instructions + +### Changed + +- Use LTO full when compiling the release + +### Fixed + +- modeline: Add aliases for downcase language string + ## [1.0.0] - 2021-09-18 ### Added diff --git a/Cargo.lock b/Cargo.lock index 05d4bbf..e630880 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ dependencies = [ [[package]] name = "file-expert" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap", "fancy-regex", diff --git a/Cargo.toml b/Cargo.toml index e06332e..3d949fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "file-expert" -version = "1.0.0" +version = "1.1.0" authors = ["Bahtiar `kalkin-` Gadimov "] edition = "2018" license = "AGPL-3.0-or-later" diff --git a/configure.ac b/configure.ac index d74476b..f8eb7ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([file-expert],[1.0.0]) +AC_INIT([file-expert],[1.1.0]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/file-expert.spec b/file-expert.spec index 20d90ce..6e859e6 100644 --- a/file-expert.spec +++ b/file-expert.spec @@ -1,5 +1,5 @@ Name: file-expert -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Expert system for recognizing source code files License: GPLv3