Skip to content

Commit e51ff21

Browse files
V1.0.0
0.1.2
2 parents 5717d70 + 6584b61 commit e51ff21

File tree

1 file changed

+26
-90
lines changed

1 file changed

+26
-90
lines changed

CHANGELOG.md

Lines changed: 26 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -1,117 +1,53 @@
1-
# CHANGELOG
21

2+
# Changelog
33

4-
## v1.0.0 (2025-05-14)
54

6-
### Features
75

8-
- V1 release
9-
([`5571a29`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/5571a29b11d303501ad76e5688e31891f5e481b7))
6+
## [Unreleased]
107

11-
BREAKING CHANGE: This release includes major changes that warrant a 1.0.0 version bump.
8+
### Added
129

13-
### Breaking Changes
10+
- [List new features or enhancements added but not yet released]
1411

15-
- This release includes major changes that warrant a 1.0.0 version bump.
12+
### Changed
1613

14+
- [List changes, improvements, or modifications made but not yet released]
1715

18-
## v0.3.0 (2025-05-14)
16+
### Fixed
1917

20-
### Features
18+
- [List bug fixes or corrections made but not yet released]
2119

22-
- V1 release
23-
([`b672a84`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/b672a8466d7299287ccf9c7b1035a7632c855da6))
20+
## [Version] - YYYY-MM-DD
2421

25-
BREAKING CHANGE: This release includes major changes that warrant a 1.0.0 version bump.
22+
### Added
2623

27-
- V1 release
28-
([`f818454`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/f81845470a669a45607caa3d7de299785f66bca3))
24+
- [List new features or enhancements added in this version]
2925

30-
### Breaking Changes
26+
### Changed
3127

32-
- This release includes major changes that warrant a 1.0.0 version bump.
28+
- [List changes, improvements, or modifications made in this version]
3329

30+
### Fixed
3431

35-
## v0.2.0 (2025-05-14)
32+
- [List bug fixes or corrections made in this version]
3633

34+
## [Older Versions]
3735

38-
## v0.1.6 (2025-05-14)
36+
[Repeat the above sections for older versions of your project]
3937

40-
### Bug Fixes
38+
## Contributing
4139

42-
- Udpate workflow to work on master
43-
([`abaf47f`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/abaf47fc07eee8ebcc726cb07b8fd396fa7e6a25))
40+
Please read [CONTRIBUTING.md](./contributing-template.md) for details on our code of conduct, and the process for submitting pull requests to us.
4441

45-
- Updated workflow to run on main
46-
([`7fabd12`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/7fabd12172e7c61dcdaff628a51b15399bd3b47e))
42+
## Authors
4743

48-
### Features
44+
- Author 1
45+
- Author 2
4946

50-
- Initial-release
51-
([`c52d83e`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/c52d83e554934b8428dd3b0bf2f9cb00b6f4f5d5))
47+
## License
5248

49+
This project is licensed under the [License Name] - see the [LICENSE.md](./license-template.md) file for details.
5350

54-
## v0.1.5 (2025-05-14)
51+
## Customization
5552

56-
### Bug Fixes
57-
58-
- Update workflow
59-
([`f34bd57`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/f34bd5724941817782111dda6089021b540292e7))
60-
61-
62-
## v0.1.4 (2025-05-14)
63-
64-
65-
## v0.1.3 (2025-05-14)
66-
67-
### Bug Fixes
68-
69-
- Update readme
70-
([`9b3ae8c`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/9b3ae8c64351ed6cd10d8d9b46cd9f9ee9c44688))
71-
72-
73-
## v0.1.2 (2025-05-14)
74-
75-
### Bug Fixes
76-
77-
- Update readme
78-
([`8686199`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/8686199110eb74b222ef940f1ce400d0ccecd448))
79-
80-
- Update readme
81-
([`abc4771`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/abc4771319e1912b51fc02255f2936fcc8092ce9))
82-
83-
84-
## v0.1.1 (2025-05-14)
85-
86-
87-
## v0.1.0 (2025-05-14)
88-
89-
### Bug Fixes
90-
91-
- Add releaseerc
92-
([`1970ac8`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/1970ac8c22c9164e76147855ebe2a8904c8534f6))
93-
94-
- Add version in init.py
95-
([`11ce3f3`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/11ce3f33ae8d513eea5229ee1ff54c233e71cfbe))
96-
97-
- Update readme
98-
([`fdb655f`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/fdb655f6d68fa201bcf90c7615cedff41e60c478))
99-
100-
- Update setup file - Merge pull request #9 from CSWorldTelugu/master
101-
([`484feca`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/484fecaab3536242e846f3e65e5b4c94058f0f03))
102-
103-
update setup file
104-
105-
- Update setup.cfg
106-
([`f03efb7`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/f03efb72d7278c84189eec94536720d0e1beb55b))
107-
108-
- Update workflow.yml
109-
([`39e803d`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/39e803d95b5f80e8b1f319bcf90328c6f466a712))
110-
111-
- Update workflow.yml to raise PR to main from master
112-
([`aed95e6`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/aed95e6cf095dc811ccfcc9592a99aa4517719e3))
113-
114-
### Features
115-
116-
- Initial release
117-
([`7093c0c`](https://github.com/mindfiredigital/python-fm-dapi-weaver/commit/7093c0c0e17ab7883208549989192b9988f17634))
53+
You can customize this changelog to meet the specific needs and preferences of your project. Feel free to modify the structure, add more details, or change the formatting to better suit your project's versioning and documentation requirements.

0 commit comments

Comments
 (0)