Compare commits

...

3 Commits

Author SHA1 Message Date
6c2df38dd4 chore(changelog): update unreleased changelog 2025-07-18 18:29:37 +00:00
3d52b6e13f docs(readme): add pip installation instructions and refine license section
All checks were successful
Auto Changelog & (Release) / release (push) Successful in 13s
Build and Publish nightly package / build-and-publish (push) Successful in 1m30s
2025-07-18 20:29:21 +02:00
ef8dda20d8 chore(changelog): update changelog for v0.7.0
All checks were successful
Build and Publish nightly package / build-and-publish (release) Successful in 1m21s
2025-07-17 08:57:14 +00:00
2 changed files with 23 additions and 11 deletions

View File

@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file.
## [unreleased]
### 📚 Documentation
- *(readme)* Add pip installation instructions and refine license section - ([3d52b6e](https://git.0xmax42.io/maxp/hdlbuild/commit/3d52b6e13fd14ff1df61cb6e27d4f31445c82270))
## [0.7.0](https://git.0xmax42.io/maxp/hdlbuild/compare/v0.6.1..v0.7.0) - 2025-07-17
### 🚀 Features
- *(version)* Bump version to 0.7.0 - ([8adaa91](https://git.0xmax42.io/maxp/hdlbuild/commit/8adaa916ff4e736e9da707c232d6f57b788e57e8))
- *(cli)* Add template generation commands - ([af0477f](https://git.0xmax42.io/maxp/hdlbuild/commit/af0477f8e74a9471c3e7d36877069592e41f651c))
## [0.6.1] - 2025-07-16
### 🚀 Features

View File

@@ -41,6 +41,15 @@ HDLBuild is a flexible build management tool for FPGA projects. It simplifies th
---
## Installation per pip
To install HDLBuild via pip, run:
```bash
pip install --index-url https://git.0xmax42.io/api/packages/maxp/pypi/simple/ --extra-index-url https://pypi.org/ hdlbuild
```
---
## Usage
### CLI Commands
@@ -155,14 +164,4 @@ The project includes GitHub workflows for building and deploying the package:
## License
This project is licensed under the MIT License.
---
## Contributing
Contributions are welcome! Please follow these steps:
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Submit a pull request.
This project is licensed under the [MIT License](LICENSE). See the LICENSE file for details.