# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [3.4.9](https://github.com/bearcove/rubicon/compare/v3.4.8...v3.4.9) - 2024-09-17 ### Fixed - Make globals uppercase I guess ## [3.4.8](https://github.com/bearcove/rubicon/compare/v3.4.7...v3.4.8) - 2024-09-17 ### Fixed - Improve compatibility_check_once ## [3.4.7](https://github.com/bearcove/rubicon/compare/v3.4.6...v3.4.7) - 2024-09-17 ### Other - Explain running compat checks locally - Export compatibility_check_once no matter what cargo features are enabled ## [3.4.6](https://github.com/bearcove/rubicon/compare/v3.4.5...v3.4.6) - 2024-09-17 ### Other - Add missing words in docs ## [3.4.5](https://github.com/bearcove/rubicon/compare/v3.4.4...v3.4.5) - 2024-09-17 ### Other - Add logo to docs page ## [3.4.4](https://github.com/bearcove/rubicon/compare/v3.4.3...v3.4.4) - 2024-09-17 ### Other - Fix failing doc tests - Improve documentation a lot ## [3.4.3](https://github.com/bearcove/rubicon/compare/v3.4.2...v3.4.3) - 2024-09-17 ### Other - Upgrade misiasart website ## [3.4.2](https://github.com/bearcove/rubicon/compare/v3.4.1...v3.4.2) - 2024-09-14 ### Other - Have macros generate attributes that let clippy ignore ## [3.4.1](https://github.com/bearcove/rubicon/compare/v3.4.0...v3.4.1) - 2024-09-05 ### Other - Update logo attribution - Add license - [ci skip] logo fix - Newer, better, logo! - capitalization - dagnerous-- - Add logo ## [3.4.0](https://github.com/bearcove/rubicon/compare/v3.3.5...v3.4.0) - 2024-08-02 ### Added - Introduce --no-compatibility-checks-yolo, for when you uhh want speed? ## [3.3.5](https://github.com/bearcove/rubicon/compare/v3.3.4...v3.3.5) - 2024-08-01 ### Other - Don't make rubicon a dylib? ## [3.3.4](https://github.com/bearcove/rubicon/compare/v3.3.3...v3.3.4) - 2024-07-30 ### Fixed - Remove debug prints that slipped in