Skip to content

Commit f5c5022

Browse files
committed
rename to 0.9 due to upcoming rubugems release
1 parent 0d8bbbf commit f5c5022

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[submodule "lib/data/0.1"]
22
path = lib/data/0.1
33
url = [email protected]:bugcrowd/methodology-taxonomy.git
4-
[submodule "lib/data/0.8"]
5-
path = lib/data/0.8
4+
[submodule "lib/data/0.9"]
5+
path = lib/data/0.9
66
url = [email protected]:bugcrowd/methodology-taxonomy.git

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

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

6+
## [0.9.0] - 2025-09-12
7+
8+
### Added
9+
- New 0.9 submodule with latest methodology taxonomy (SHA: 2827e2ce4421c5deb032e90702cff509a9540a91)
10+
- Support for version-specific methodology access
11+
- Hardware Testing Methodology (available in 0.9 submodule)
12+
13+
### Changed
14+
- Updated AI LLM Testing Methodology with new content and structure (in 0.9 submodule)
15+
- Updated API Testing Methodology with enhanced testing procedures (in 0.9 submodule)
16+
- Maintained 0.1 submodule for backward compatibility
17+
618
## [0.8.0] - 2025-09-10
719

820
### Added

lib/bmt/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Bmt
2-
VERSION = '0.8.0'.freeze
2+
VERSION = '0.9.0'.freeze
33
end
Submodule 0.9 updated from 0000000 to 2827e2c

0 commit comments

Comments
 (0)