Skip to content

Commit e825921

Browse files
committed
chore: Update CHANGELOG
1 parent 7553a34 commit e825921

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.0] - 2024-01-09
7+
## [1.0.1] - 2024-01-10
8+
9+
### Changed
10+
- Reorganized package structure to use src layout
11+
- Updated package dependencies
12+
- Improved import structure
13+
- Added ReadTheDocs documentation support
14+
15+
### Fixed
16+
- Fixed package installation issues
17+
- Corrected module imports
18+
- Improved package discoverability
19+
20+
## [1.0.0] - 2025-01-09
821

922
### Added
1023
- New visualization methods:
@@ -30,10 +43,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3043
- Better handling of categorical data in histograms
3144
- Enhanced axis formatting and label positioning
3245

33-
## [0.1.0] - 2023
46+
## [0.1.0] - 2024
3447
- Initial release with basic plotting functionality
3548
- Basic histogram and correlation plotting
3649
- Simple customization options
3750

51+
[1.0.1]: https://github.com/jpcurada/exploralytics/releases/tag/v1.0.1
3852
[1.0.0]: https://github.com/jpcurada/exploralytics/releases/tag/v1.0.0
3953
[0.1.0]: https://github.com/jpcurada/exploralytics/releases/tag/v0.1.0

0 commit comments

Comments
 (0)