Skip to content

Commit 93c6834

Browse files
committed
Version changes
1 parent 493fdad commit 93c6834

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

CHANGELOG.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,128 +1,171 @@
11
# Change Log
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/)
56

67
## [Unreleased]
8+
79
### Added
10+
811
- Find the [Secure Code Warrior](https://www.securecodewarrior.com/) remediation training associated with a VRT node
912

1013
### Changed
1114

1215
### Removed
1316

14-
## [v0.13.2](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.1...v0.13.2) - 2025-10-25
17+
## [v0.13.3](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.2...v0.13.3) - 2025-02-12
1518

1619
### Added
20+
21+
- Support for VRT 1.15
22+
23+
## [v0.13.2](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.1...v0.13.2) - 2024-10-25
24+
25+
### Added
26+
1727
- Support for VRT 1.14.2
1828

1929
## [v0.13.1](https://github.com/bugcrowd/vrt-ruby/compare/v0.13.0...v0.13.1) - 2024-07-18
2030

2131
### Changed
32+
2233
- Minor Bugfixes
2334

2435
## [v0.13.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.7...v0.13.0) - 2024-07-18
2536

2637
### Added
38+
2739
- Support for VRT 1.14.1
2840

2941
### Removed
42+
3043
- Support for ruby version < 3.1
3144

3245
## [v0.12.7](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.6...v0.12.7) - 2024-07-09
3346

3447
### Added
48+
3549
- Support for VRT 1.14
3650

3751
## [v0.12.6](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.5...v0.12.6) - 2024-04-02
3852

3953
### Added
54+
4055
- Support for VRT 1.13
4156

4257
## [v0.12.5](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.4...v0.12.5) - 2023-12-18
4358

4459
### Added
60+
4561
- Support for VRT 1.12 and some fixes
4662

4763
## [v0.12.4](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.3...v0.12.4) - 2023-12-18
4864

4965
### Added
66+
5067
- Support for VRT 1.12 and some fixes
5168

5269
## [v0.12.3](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.2...v0.12.3) - 2023-12-18
5370

5471
### Added
72+
5573
- Support for VRT 1.12
5674

5775
## [v0.12.2](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.1...v0.12.2) - 2023-11-20
5876

5977
### Added
78+
6079
- Support for VRT 1.11 and some fixes
6180

6281
## [v0.12.1](https://github.com/bugcrowd/vrt-ruby/compare/v0.12.0...v0.12.1) - 2023-11-20
6382

6483
### Added
84+
6585
- Support for VRT 1.11 and some minor fixes
6686

6787
## [v0.12.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.11.0...v0.12.0) - 2023-11-16
6888

6989
### Added
90+
7091
- Support for VRT 1.11
7192

7293
## [v0.11.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.10.0...v0.11.0) - 2021-03-31
7394

7495
### Added
96+
7597
- Support for VRT 1.10
7698
- Support for VRT 1.10.1 (updated spelling in scw mapping)
7799

78100
## [v0.10.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.9.0...v0.10.0) - 2020-07-09
101+
79102
### Added
103+
80104
- Support for VRT 1.9
81105

82106
## [v0.9.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.8.1...v0.9.0) - 2019-10-04
107+
83108
### Added
109+
84110
- Support for VRT 1.8
85111

86112
## [v0.8.1](https://github.com/bugcrowd/vrt-ruby/compare/v0.8.0...v0.8.1) - 2019-04-25
113+
87114
### Added
115+
88116
- Support for VRT 1.7.1 (includes automotive mappings)
89117

90118
## [v0.8.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.7.0...v0.8.0) - 2019-03-15
119+
91120
### Added
92-
- Support for nested mappings: https://github.com/bugcrowd/vrt-ruby/pull/43
121+
122+
- Support for nested mappings: <https://github.com/bugcrowd/vrt-ruby/pull/43>
93123
- Support for VRT v1.7
94124

95125
### Changed
126+
96127
- Upgrade ruby version to 2.5.3
97128

98129
## [v0.7.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.6.0...v0.7.0) - 2018-11-05
130+
99131
### Added
132+
100133
- Support for VRT v1.6
101134

102135
## [v0.6.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.5.1...v0.6.0) - 2018-09-27
136+
103137
### Changed
138+
104139
- Fixed bug for mappings with multiple keys and a default (resolves: [#26](https://github.com/bugcrowd/vrt-ruby/issues/26))
105140

106141
### Removed
142+
107143
- Removed `Gemfile.lock` from source control
108144

109145
## [v0.5.1](https://github.com/bugcrowd/vrt-ruby/compare/v0.5.0...v0.5.1) - 2018-05-15
146+
110147
### Changed
148+
111149
- Mappings with array values will no longer coalesce the mapping default.
112150
The mapping default will only be used in the case where no value is mapped.
113151

114152
## [v0.5.0](https://github.com/bugcrowd/vrt-ruby/compare/v0.4.6...v0.5.0) - 2018-05-01
153+
115154
### Added
155+
116156
- VRT 1.4 data
117157
- Support for mappings with `keys` metadata
118158
- CWE mapping
119159
- Bugcrowd Remediation Advice mapping
120160

121161
### Changed
162+
122163
- Mappings with array values now coalesce downwards.
123164
Child VRT nodes will include values from parent nodes if a mapping
124165
provides node data as an array.
125166

126167
## [v0.4.6](https://github.com/bugcrowd/vrt-ruby/compare/v0.4.5...v0.4.6) - 2018-02-05
168+
127169
### Changed
170+
128171
- Cache VRT::Map objects (#18)

lib/vrt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Vrt
2-
VERSION = '0.13.2'.freeze
2+
VERSION = '0.13.3'.freeze
33
end

0 commit comments

Comments
 (0)