Skip to content

Commit

Permalink
Merge pull request #11 from opus-codium/release
Browse files Browse the repository at this point in the history
Release 1.2.1
  • Loading branch information
smortex authored Sep 19, 2024
2 parents 1962202 + 70a4d19 commit aae38c5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0](https://github.com/opus-codium/motoko/tree/1.2.0) (2021-12-06)
## [1.2.1](https://github.com/opus-codium/motoko/tree/1.2.1) (2024-09-19)

[Full Changelog](https://github.com/opus-codium/motoko/compare/v1.1.0...1.2.0)
[Full Changelog](https://github.com/opus-codium/motoko/compare/v1.2.0...1.2.1)

**Fixed bugs:**

- Various bug fixes [\#8](https://github.com/opus-codium/motoko/pull/8) ([smortex](https://github.com/smortex))

## [v1.2.0](https://github.com/opus-codium/motoko/tree/v1.2.0) (2021-12-07)

[Full Changelog](https://github.com/opus-codium/motoko/compare/v1.1.0...v1.2.0)

**Implemented enhancements:**

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GitHubChangelogGenerator::RakeTask.new :changelog do |config|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
HEADER
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog ignore]
config.exclude_labels = %w[dependencies duplicate ignore invalid question skip-changelog wont-fix wontfix]
config.user = 'opus-codium'
config.project = 'motoko'
config.since_tag = 'v1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/motoko/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Motoko
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit aae38c5

Please sign in to comment.