Skip to content

Commit c82e1d4

Browse files
committed
Release v1.1.0
Signed-off-by: James Couball <[email protected]>
1 parent 5088cd0 commit c82e1d4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## v1.1.0 (2023-10-15)
9+
10+
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.0.0..v1.1.0)
11+
12+
Changes since v1.0.0:
13+
14+
* 5088cd0 Add instruction for publishing the resulting gem (#41)
15+
* 60553b0 Integrate solargraph:typecheck into Rake and fix any problems (#40)
16+
* c0dd2d8 Improve reporting of code not covered by tests (#38)
17+
* 5dff0b5 Tell rubocop development dependencies go in the gemspec (#39)
18+
* d55f2f4 Merge pull request #37 from main-branch/debugging_support
19+
* 4a28c4c Allow the build to continue if the Ruby head build fails
20+
* 2814761 Add launch.json to run the ruby debugger in VS Code
21+
* c3de36d Require 'debug' in spec_helper so `binding.break` can be used
22+
* 3f3276d Add gems needed for debugging
23+
* e299d97 Replace 'bump' with 'semverify' (#35)
24+
* 68fa672 Drop support for Ruby 2.7 and require at least Ruby 3.0 (#36)
25+
826
## v1.0.0 (2023-02-05)
927

1028
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v0.3.0..v1.0.0)

lib/create_github_release/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module CreateGithubRelease
44
# The version of this gem
5-
VERSION = '1.0.0'
5+
VERSION = '1.1.0'
66
end

0 commit comments

Comments
 (0)