Skip to content

Commit

Permalink
Relese 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed May 17, 2024
1 parent f3eadc1 commit 3983f91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2024-05-17
### Added
- `metrics.cfg{}` `"all"` metasection for array `include` and `exclude`
(`metrics.cfg{include={'all'}}` can be used instead of `metrics.cfg{include='all'}`,
Expand Down
2 changes: 1 addition & 1 deletion metrics/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '1.0.0'
return '1.1.0'

0 comments on commit 3983f91

Please sign in to comment.