bens-hello-world 0.2.5 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 62b5c62a184d9d8cb18c09c7f71e5cfbaa719c408cf3475e27a70037ab0d1217
4
- data.tar.gz: 6512882bdc7ae2d5356d61f9ff70fababb946b7fedf62017914029b876541555
3
+ metadata.gz: de5e4980cf622b046208042671f1032de6da7a170f7bbc686885ed352cfa22e0
4
+ data.tar.gz: 9da3da6211b75ffb1ad24a5c34108e64cd64cfa3971c7c0ea9dd3073e1eea7a6
5
5
  SHA512:
6
- metadata.gz: 3aa1a61573b36190a62663f71d8e6d5937341476d4fd70eee7d1a1aa0f381277607be063abb09bfa335f26599eec96e8244cee8615effe0391aea15d73ea5b51
7
- data.tar.gz: 73e54295a74e312a4c3ba55c589605ad256f6b2dbca1c5377e48ad8d12d91132128aa5ba0e87416b3b882f7cb5a32af4b26ae313718d452aca2486be91f0cf88
6
+ metadata.gz: f155af84abbf879c1d49a1c8a73ed8b423446f670af42fe92998721b672aa24e5008826c0fbfe4026f77d99f795d1e3799ea7c453c9addc6d14f413f6f1b3385
7
+ data.tar.gz: 5224831c2eb0b6d20622b80c0d9e806c0de549a7ba95b1949c28e5b0e1b18942af628dd0604dc2627700a2ba8abf331be3b1829e5e2bf64ab15694e3b354865b
@@ -20,7 +20,7 @@ jobs:
20
20
  # Should breaking changes before 1.0.0 produce minor bumps?
21
21
  bump-minor-pre-major: true
22
22
  # Path to our version file to increment
23
- version-file: "lib/release/bens/hello/world/version.rb"
23
+ version-file: "lib/bens/hello/world/version.rb"
24
24
 
25
25
  # Checkout code if release was created
26
26
  - uses: actions/checkout@v2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.3.0](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.10...v0.3.0) (2021-07-28)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * randomly change version number
9
+
10
+ ### Bug Fixes
11
+
12
+ * randomly change version number ([1b61552](https://www.github.com/benkoshy/bens-hello-world/commit/1b6155258fe7b020e302d91f68ab4ab61797e657))
13
+
14
+ ### [0.2.10](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.9...v0.2.10) (2021-07-28)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * seeing whether a release occurs here ([02e244b](https://www.github.com/benkoshy/bens-hello-world/commit/02e244b9f3592711b98695ade74dbb06d81c31aa))
20
+
21
+ ### [0.2.9](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.8...v0.2.9) (2021-07-28)
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * change version number to 2.9 ([3aabf8a](https://www.github.com/benkoshy/bens-hello-world/commit/3aabf8a7307cb37221f61986d90154bb5a98cf29))
27
+ * release file number ([7ae6fff](https://www.github.com/benkoshy/bens-hello-world/commit/7ae6fffeb06618b4d8d33ffbdd147118c848484c))
28
+
29
+ ### [0.2.8](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.7...v0.2.8) (2021-07-28)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * seeing whether a release occurs here ([1e28b24](https://www.github.com/benkoshy/bens-hello-world/commit/1e28b244e986ccc441b6951ba9da22319c41156a))
35
+
36
+ ### [0.2.7](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.6...v0.2.7) (2021-07-28)
37
+
38
+
39
+ ### Bug Fixes
40
+
41
+ * update version number ([c2e48a2](https://www.github.com/benkoshy/bens-hello-world/commit/c2e48a2203cc70c2e1040a130eae857fec4ff9c8))
42
+
3
43
  ### [0.2.6](https://www.github.com/benkoshy/bens-hello-world/compare/v0.2.5...v0.2.6) (2021-07-28)
4
44
 
5
45
 
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bens-hello-world (0.2.5)
4
+ bens-hello-world (0.3.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,7 +1,7 @@
1
1
  module Bens
2
2
  module Hello
3
3
  module World
4
- VERSION = "0.2.5"
4
+ VERSION = "0.3.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bens-hello-world
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BK