my-kicad-lib/CHANGELOG.md

47 lines
954 B
Markdown

# Changelog
All notable changes to this library 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/).
## [Unreleased]
### Planned
- First collection of Power Management ICs
- USB-C Connector series
- Company logo variants for different sizes
## [1.0.0] - 2024-12-09
### Added
- Initial project structure
- README with naming conventions
- .gitignore for KiCad files
- Changelog file
- Folder structure for symbols/, footprints/, 3d_models/
### Changed
- Nothing (initial version)
### Removed
- Nothing (initial version)
---
## Template for new entries
### Added
- New symbols: [List]
- New footprints: [List]
- New 3D models: [List]
### Changed
- Updated symbols: [List with reason]
- Updated footprints: [List with reason]
### Removed
- Obsolete components: [List with reason]
### Fixed
- Bugfixes: [List]