File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
lib/create_github_release Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
26
## v1.0.0 (2023-02-05)
9
27
10
28
[ Full Changelog] ( https://github.com/main-branch/create_github_release/compare/v0.3.0..v1.0.0 )
Original file line number Diff line number Diff line change 2
2
3
3
module CreateGithubRelease
4
4
# The version of this gem
5
- VERSION = '1.0 .0'
5
+ VERSION = '1.1 .0'
6
6
end
You can’t perform that action at this time.
0 commit comments