# 0.3.1 - 2024-03-03 ==================== - Pulled in upstream changes: - Fixed conflicts around the `core` module and `Result` types. - Fixed using conflicting `fmt` function. # 0.3.0 - 2023-11-14 ==================== - New: `portable-atomic` feature. Without this feature, `portable_atomic_enum` will use types from `core::sync::atomic`. # 0.2.0 - 2023-11-13 ==================== - Update portable-atomic to 1.5 and disable default features # 0.1.2 - 2023-10-18 ==================== - Re-export `portable-atomic` # 0.1.1 - 2023-10-18 ==================== - Fix `no_std` # 0.1.0 - 2023-10-18 ==================== - Fork `atomic_enum` - Remove atomatic `derive(Default, Clone, Copy)` - Remove `compare_and_swap` - Replace `core::sync::atomic::AtomicUsize` with `portable_atomic::AtomicUsize`