Skip to content

Commit

Permalink
docs: update changelog and release notes for src package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikewcasale committed Dec 14, 2024
1 parent 112fc1f commit 7aa9c08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.1.3] - 2024-12-14

### Fixed
- Fixed incorrect package name in setup.py
### Changed
- Package name in setup.py set to 'src' for proper module organization

## [0.1.2] - 2024-12-14

Expand Down
8 changes: 4 additions & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# repominify v0.1.3

Bug fix release to correct package name.
Release to update package organization.

## Fixed
- Fixed incorrect package name in setup.py
## Changed
- Package name in setup.py set to 'src' for proper module organization

## Installation

```bash
pip install repominify==0.1.3
pip install src==0.1.3
```

For full details, see the [CHANGELOG](https://github.com/mikewcasale/repominify/blob/main/CHANGELOG.md).

0 comments on commit 7aa9c08

Please sign in to comment.