Skip to content

Commit

Permalink
release 0.7.0
Browse files Browse the repository at this point in the history
Overview

  This release introduces new helper to check whether roles are enabled
  on the Cartridge instance

New features
  - `utils.check_roles_enabled` helper function
    to check whether roles are enabled on the instance (#68).

Thanks

  We want to thank @Satbek for a feature contribution.
  • Loading branch information
DifferentialOrange committed Jan 30, 2024
1 parent e5a0872 commit 9ed345a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -4,8 +4,9 @@ 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).

## [Unreleased]
- Added `utils.check_roles_enabled` helper function
## [0.7.0]
### Added:
- `utils.check_roles_enabled` helper function
to check whether roles are enabled on the instance (gh-68)

## [0.6.0]
Expand Down
2 changes: 1 addition & 1 deletion migrator/version.lua
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '0.6.0'
return '0.7.0'

0 comments on commit 9ed345a

Please sign in to comment.