datadog_backup 2.0.0 → 2.0.1

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: 1e8f59583d68d53c73e4b0d21a554cda53fd6dec97fb30c6c2f0fb00e084398b
4
- data.tar.gz: 92fdd7b2540651782c85055693409ff5864214fe2b4e96ffe736547137baa30b
3
+ metadata.gz: 1dde2d1abab2ee528f325b7654246ac74e5af2237c2776d865cd5a937d15396e
4
+ data.tar.gz: 7a97f603ea64d4a5684c6c272f140c209e62d1c79e24eafd61b673b3829d6c1e
5
5
  SHA512:
6
- metadata.gz: 053e0116d76567ddce92cd97d9c6542bb4a7de7baeaf72ca07b58ce5bf637ebf70f860fe90116d75914260e1941dbfda89f0ac5306c4348c3f943d1b3fdcb608
7
- data.tar.gz: 46b76bbcaefe5ce14557660524839072fce7445e629c8b5d49f7536cfc0ef653d706f63740b9006239e10a1d901aa07c3fdfe8ab971ae4830bd67a5e8bbc388b
6
+ metadata.gz: dc77dffd355537f3a88adf7c9a59cdb70fd3fc3ded6ee7c82c6d2db7055508da9f90a96ac8e8119126988708f81bdd54814656b38a20e9813016b2ffb0ea42ce
7
+ data.tar.gz: a8b36fdf7f5475421d19061b0d66ad21927d6c3a97ca690beaa08efd50d8598919871da46c0b1a4ba2209600e7a1174ecf069f35545c8b4f8b4b23a3c91b09ee
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.0.1](https://github.com/scribd/datadog_backup/compare/v2.0.0...v2.0.1) (2022-08-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * include version.rb in release commit ([#130](https://github.com/scribd/datadog_backup/issues/130)) ([f8df6cc](https://github.com/scribd/datadog_backup/commit/f8df6cc48ac9a3521c3c98dfa2c325f96801d001))
7
+
1
8
  # [2.0.0](https://github.com/scribd/datadog_backup/compare/v1.1.4...v2.0.0) (2022-08-09)
2
9
 
3
10
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module DatadogBackup
4
- VERSION = '2.0.0'
4
+ VERSION = '2.0.1'
5
5
  end
data/release.config.js CHANGED
@@ -18,7 +18,8 @@ module.exports = {
18
18
  "@semantic-release/git",
19
19
  {
20
20
  "assets": [
21
- "CHANGELOG.md"
21
+ "CHANGELOG.md",
22
+ "lib/datadog_backup/version.rb"
22
23
  ],
23
24
  "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
24
25
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: datadog_backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamran Farhadi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-08-09 00:00:00.000000000 Z
12
+ date: 2022-08-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: amazing_print