Skip to content

Commit

Permalink
release: v0.2.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbdchd authored Jan 24, 2021
1 parent ef2bb41 commit e874f73
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## 0.2.0 - 2021-01-24

### Added

- added type hints

### Changed

- no longer using bindings to Rust library, instead the parsing is done in Python
- this makes distributing easier
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "codeowners"
version = "0.1.3"
version = "0.2.0"
description = "Codeowners parser for Python"
authors = ["Steve Dignam <steve@dignam.xyz>"]
repository = "https://github.com/sbdchd/codeowners"
Expand Down

0 comments on commit e874f73

Please sign in to comment.