Skip to content

Commit 081f255

Browse files
adarshaks91Copilot
andauthored
[BC-33602] Submodule directory versioning fix (#26)
* Point 0.1 version to the old commit sha * Add 0.8 submodule with latest methodology taxonomy * Update .gitmodules Co-authored-by: Copilot <[email protected]> * rename to 0.9 due to upcoming rubugems release --------- Co-authored-by: Copilot <[email protected]>
1 parent f44cf26 commit 081f255

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +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.9"]
5+
path = lib/data/0.9
6+
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

lib/data/0.9

Submodule 0.9 added at 2827e2c

0 commit comments

Comments
 (0)