0.12.1

moorcheh-ai/memanto0.12.1Dec 21, 2024by github-actions[bot]

AI Summary

A maintenance release fixing Docker locale data issues and removing the problematic `yaml` dependency.

Key Highlights

  • Fixed locale data not being copied into Docker images
  • Replaced `yaml` dependency with `toml`

Full Release Notes

# Highlights

This maintenance release of Trippy fixes a bug which prevented translations from working in Docker and also divests all internal use of `yaml` dependencies which were problematic to maintain on some platforms (thanks to @nc7s).

See the main [0.12.0](https://github.com/fujiapple852/trippy/releases/tag/0.12.0) release note.

## Changelog

### Fixed

- Locale data not copied into docker image ([#1431](https://github.com/fujiapple852/trippy/issues/1431))

### Changed

- Replace use of `yaml` with `toml` dependency ([#1416](https://github.com/fujiapple852/trippy/issues/1416))

## New Contributors
* @nc7s made their first contribution in https://github.com/fujiapple852/trippy/pull/1424

See [CHANGELOG.md](https://github.com/fujiapple852/trippy/blob/master/CHANGELOG.md) for details.

**Full Changelog**: https://github.com/fujiapple852/trippy/compare/0.12.0...0.12.1