fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.83k stars 2.42k forks source link

inline namespace has previous version in 11.0.0 #4047

Closed odygrd closed 7 hours ago

odygrd commented 3 days ago

Inline namespace is still v10 in 11.0.0 release

https://github.com/fmtlib/fmt/blob/c4f6fa71357b223b0ab8ac29577c6228fde8853d/include/fmt/base.h#L265

vitaut commented 2 days ago

Good catch, thanks! Need to update the release script to catch this or bump automatically.

vitaut commented 7 hours ago

Fixed in https://github.com/fmtlib/fmt/commit/503e183b9e3284317e5c12ebbf1747b54de33008.