Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Jul 12, 2024
1 parent a5cf1ea commit 82e3287
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

## Version 0.3.0 (development)
## Version 0.4.0 - 0.4.3

- Migrate to the new class implementations
- Add reader for objects containing genomic ranges

## Version 0.3.0

This release migrates the package to a more palatable Google's Python style guide. A major modification to the package is with casing, all `camelCase` properties, methods, functions and parameters are now `snake_case`.

Expand All @@ -12,6 +17,4 @@ Finally, pyscaffold has been updated to use "myst-parser" as the markdown compil

## Version 0.1

- Feature A added
- FIX: nasty bug #1729 fixed
- add your changes here!
- First implementation

0 comments on commit 82e3287

Please sign in to comment.