Skip to content

Commit

Permalink
sam/header: Increase the visibility of Programs
Browse files Browse the repository at this point in the history
Closes #257.
  • Loading branch information
zaeleus committed Apr 23, 2024
1 parent 4a5e485 commit da576fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions noodles-sam/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased

### Changed

* sam/header: Increase the visibility of `Programs` ([#257]).

[#257]: https://github.com/zaeleus/noodles/issues/257

## 0.57.0 - 2024-04-22

### Changed
Expand Down
2 changes: 1 addition & 1 deletion noodles-sam/src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ use std::str::{self, FromStr};
use bstr::BString;
use indexmap::IndexMap;

use self::programs::Programs;
pub use self::programs::Programs;
use self::record::value::{
map::{self, ReadGroup, ReferenceSequence},
Map,
Expand Down

0 comments on commit da576fa

Please sign in to comment.