Skip to content

Commit 9b33cfb

Browse files
committed
Add version 3.3.0
1 parent 45e5dca commit 9b33cfb

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.3.0] - 2024-08-31
6+
7+
### Improvements
8+
* Prepare support for ruby 3.4. Closes [#44](https://github.com/0llirocks/cvss-suite/issues/44). Many thanks to @HParker for adding this feature.
9+
* Add score method for CVSS 4.0 and later as an alias for overall_score.
10+
511
## [3.2.2] - 2024-08-04
612

713
### Fixes

LICENSE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Contributors:
1212
- joePedantic <https://github.com/joePedantic>
1313
- Brandyn Phelps <https://github.com/brphelps>
1414
- Karim ElGhandour <https://github.com/kghandour>
15+
- Adam Hess <https://github.com/HParker>
1516

1617
Permission is hereby granted, free of charge, to any person obtaining a copy of
1718
this software and associated documentation files (the "Software"), to deal in

lib/cvss_suite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# See the LICENSE.md file in the top-level directory.
55

66
module CvssSuite
7-
VERSION = '3.2.2'.freeze
7+
VERSION = '3.3.0'.freeze
88
end

0 commit comments

Comments
 (0)