Skip to content

Commit

Permalink
Add CHANGELOG (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjavaxx authored Dec 6, 2023
1 parent 275cb2d commit 60165ba
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.py]
indent_style = space
indent_size = 4
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

## v0.2.0

### Added

- Added support for membership test operators (`in` and `not in`) for checking if a `date` or `datetime` falls within a `YearMonth`.

### Changed

- Improved `YearMonth.parse()` performance.

## v0.1.0

- Initial release.

0 comments on commit 60165ba

Please sign in to comment.