Skip to content

[0.1.6] - 2025-07-21

Latest
Compare
Choose a tag to compare
@theiskaa theiskaa released this 21 Jul 18:10
· 2 commits to main since this release

Features

  • (config) Add ConfigSource enum and refactor configuration loading functions to support default, file, and embedded sources

Bug Fixes

  • (main) Update parse_into_file call to use ConfigSource::Default for improved configuration handling

Refactor

  • (lib) Update parse_into_file and parse_into_bytes functions to use ConfigSource for configuration handling

Documentation

  • (readme) Add new logo and some cool badges
  • (readme) Revise README for clarity and update configuration handling details, including embedded support and usage examples