Skip to content

Commit be35e66

Browse files
authored
Merge pull request #5 from opus-codium/release
2 parents 80ba65b + e496c71 commit be35e66

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.1.0](https://github.com/smortex/motoko/tree/1.1.0) (2021-07-26)
8+
## [1.2.0](https://github.com/opus-codium/motoko/tree/1.2.0) (2021-12-06)
99

10-
[Full Changelog](https://github.com/smortex/motoko/compare/v1.0.0...1.1.0)
10+
[Full Changelog](https://github.com/opus-codium/motoko/compare/v1.1.0...1.2.0)
1111

1212
**Implemented enhancements:**
1313

14-
- Allow shortcuts to replace the list of columns [\#2](https://github.com/smortex/motoko/pull/2) ([smortex](https://github.com/smortex))
14+
- Add support for project configuration files [\#3](https://github.com/opus-codium/motoko/pull/3) ([smortex](https://github.com/smortex))
15+
16+
**Merged pull requests:**
17+
18+
- Relocate the project [\#4](https://github.com/opus-codium/motoko/pull/4) ([smortex](https://github.com/smortex))
19+
20+
## [v1.1.0](https://github.com/opus-codium/motoko/tree/v1.1.0) (2021-07-26)
21+
22+
[Full Changelog](https://github.com/opus-codium/motoko/compare/v1.0.0...v1.1.0)
23+
24+
**Implemented enhancements:**
25+
26+
- Allow shortcuts to replace the list of columns [\#2](https://github.com/opus-codium/motoko/pull/2) ([smortex](https://github.com/smortex))
1527

1628

1729

lib/motoko/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Motoko
4-
VERSION = '1.1.0'
4+
VERSION = '1.2.0'
55
end

motoko.gemspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ Gem::Specification.new do |spec|
3333
spec.add_dependency 'terminal-table'
3434

3535
spec.add_development_dependency 'github_changelog_generator'
36+
spec.metadata = {
37+
'rubygems_mfa_required' => 'true',
38+
}
3639
end

0 commit comments

Comments
 (0)