Skip to content

Commit 50570c7

Browse files
Release 1.1.0 (#488)
1 parent f3eadc1 commit 50570c7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.1.0] - 2024-05-17
810
### Added
911
- `metrics.cfg{}` `"all"` metasection for array `include` and `exclude`
1012
(`metrics.cfg{include={'all'}}` can be used instead of `metrics.cfg{include='all'}`,

metrics/version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.0.0'
4+
return '1.1.0'

0 commit comments

Comments
 (0)