Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "lib/data/0.1"]
path = lib/data/0.1
url = [email protected]:bugcrowd/methodology-taxonomy.git
[submodule "lib/data/0.9"]
path = lib/data/0.9
url = [email protected]:bugcrowd/methodology-taxonomy.git
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

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

## [0.9.0] - 2025-09-12

### Added
- New 0.9 submodule with latest methodology taxonomy (SHA: 2827e2ce4421c5deb032e90702cff509a9540a91)
- Support for version-specific methodology access
- Hardware Testing Methodology (available in 0.9 submodule)

### Changed
- Updated AI LLM Testing Methodology with new content and structure (in 0.9 submodule)
- Updated API Testing Methodology with enhanced testing procedures (in 0.9 submodule)
- Maintained 0.1 submodule for backward compatibility

## [0.8.0] - 2025-09-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/bmt/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bmt
VERSION = '0.8.0'.freeze
VERSION = '0.9.0'.freeze
end
2 changes: 1 addition & 1 deletion lib/data/0.1
1 change: 1 addition & 0 deletions lib/data/0.9
Submodule 0.9 added at 2827e2