Skip to content

Commit

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

  This release adds license to the module.

Added
- BSD License (#125).
  • Loading branch information
DifferentialOrange committed May 2, 2024
1 parent 907a8cf commit 05a2f0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
## [1.7.1] - 2024-04-27

### Added

Expand Down
2 changes: 1 addition & 1 deletion ddl/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.7.0'
return '1.7.1'

0 comments on commit 05a2f0e

Please sign in to comment.