Skip to content

Commit 4359a60

Browse files
committed
Release: 0.8.0.rc1
1 parent 27b1e41 commit 4359a60

File tree

3 files changed

+39
-4
lines changed

3 files changed

+39
-4
lines changed

Diff for: CHANGELOG.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99

10-
## Unreleased
10+
## [0.8.0.rc1]
11+
12+
### Added
13+
14+
- Extended ruby 3.x support
15+
- Added Rails 8 support
16+
17+
### Changed
18+
19+
- Improved testing against multiple ruby/rails versions
20+
- Improved support for nested arrays and hashes in YAML files
21+
22+
### Removed
23+
24+
- Removed code coverage reporting
25+
26+
27+
28+
## [0.7.0] - 2024-05-26
29+
30+
### Added
31+
32+
- Added ruby 3.1. support
33+
- Added rails 7.1 support
34+
35+
### Changed
36+
37+
- Updated all dependencies
38+
39+
### Removed
40+
41+
- Dropped ruby 2.x support
42+
43+
44+
45+
## [0.6.1] - 2022-02-06
1146

1247
### Fixed
1348

Diff for: SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Since the internal APIs may change dramatically until v1.0, here is a list of th
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11-
| 0.5.1 | :white_check_mark: |
12-
| 0.6.x | :white_check_mark: |
11+
| 0.7.0 | :x: |
12+
| 0.8.x | :white_check_mark: |
1313

1414

1515

Diff for: lib/diffcrypt/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Diffcrypt
4-
VERSION = '0.7.0'
4+
VERSION = '0.8.0.rc1'
55
end

0 commit comments

Comments
 (0)