mdbook/crates
Eric Huss c25e866796 Make SectionNumber field private
This removes the `pub` status of the SectionNumber field. The intent is
to make this potentially extensible in the future if we decide to add
more fields, or change its internal representation. With the existence
of the deref impls, generally this change shouldn't be visible except
for the constructor, which hopefully shouldn't be too cumbersome to use
`SectionNumber::new` instead.
2025-08-09 17:02:01 -07:00
..
mdbook-core Make SectionNumber field private 2025-08-09 17:02:01 -07:00
mdbook-driver Make SectionNumber field private 2025-08-09 17:02:01 -07:00
mdbook-html Merge pull request #2401 from Roms1383/chore/upgrade-pulldown-cmark 2025-07-26 15:39:13 +00:00
mdbook-markdown Update crate docs 2025-07-23 17:47:31 -07:00
mdbook-preprocessor Update crate docs 2025-07-23 17:47:31 -07:00
mdbook-renderer Update crate docs 2025-07-23 17:47:31 -07:00
mdbook-summary Make SectionNumber field private 2025-08-09 17:02:01 -07:00