Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalkin committed May 9, 2022
1 parent ccb6089 commit 75d6f77
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 4 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "file-expert"
version = "1.0.0"
version = "1.1.0"
authors = ["Bahtiar `kalkin-` Gadimov <[email protected]>"]
edition = "2018"
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion file-expert.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 75d6f77

Please sign in to comment.