Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

71 lines (40 loc) · 1.22 KB

Changelog

v0.1.8 (2025-03-24)

Fix

  • plugin load sequence. idf-ci must load after pytest-embedded

v0.1.7 (2025-03-24)

Fix

  • make sure the plugin override sequence

v0.1.6 (2025-03-21)

Fix

  • remove duplicated sub folders while pytest collection

v0.1.5 (2025-03-13)

Fix

  • env_selector shall return markers with and joined

v0.1.4 (2025-03-13)

Feat

  • support idf-ci test collect
  • support env_markers in ini file

Fix

  • solve name collision in idf_ci.cli
  • avoid cli name conflict as sub-package and cli function
  • package data includes dotfiles
  • stop overriding existing config files

v0.1.3 (2025-02-20)

Feat

  • replace concept "profile" to concept "config file"
  • drop profile overriding. use only one profile

Fix

  • load only apps which are built successfully
  • calculate os.getcwd() dynamically
  • setup same logging level for different packages
  • get current workdir when called init-profile

Refactor

  • change all LOGGER to logger

v0.1.2 (2025-02-10)

Fix

  • return all apps as non-test-related apps when no pytest case found

v0.1.1 (2025-02-10)

Fix

  • pass modified_files and modified_components to build_apps call

v0.1.0 (2025-02-07)