File tree Expand file tree Collapse file tree 3 files changed +19
-4
lines changed
Expand file tree Collapse file tree 3 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Motoko
4- VERSION = '1.1 .0'
4+ VERSION = '1.2 .0'
55end
Original file line number Diff line number Diff 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+ }
3639end
You can’t perform that action at this time.
0 commit comments