0.46.0

takahirom/arbigent0.46.0May 4, 2025by takahirom

AI Summary

This release corrects a configuration field introduced in version 0.42.0 by renaming `defaultDeviceFormFactor` to `deviceFormFactor`. It also notes that version 0.45.0 was a duplicate release with failing tests.

Key Highlights

  • Rename defaultDeviceFormFactor to deviceFormFactor
  • Fix field name

Breaking Changes

  • Rename defaultDeviceFormFactor to deviceFormFactor

New Features

  • Configuration field renaming

Full Release Notes

# Breaking Change from 0.42.0

Version 0.42.0 introduced significant changes, necessitating some follow-up adjustments.
The YAML field `defaultDeviceFormFactor` has been renamed to `deviceFormFactor`. If you adopted this field in version 0.42.0, you will need to update the field name.
(Version 0.45.0 is the same as 0.46.0. It was mistakenly released with failing tests.)

## What's Changed
* Rename defaultDeviceFormFactor to deviceFormFactor by @takahirom in https://github.com/takahirom/arbigent/pull/273
* Fix field name by @takahirom in https://github.com/takahirom/arbigent/pull/274


**Full Changelog**: https://github.com/takahirom/arbigent/compare/0.44.0...0.46.0