Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Mar 4, 2023
1 parent 1702cda commit c0c349d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# Changelog

## v0.2.0 - 2023-03-04

### Features

- Zero copy parsing, `parse` now only accepts `&str`.

## v0.1.0 - 2023-02-18

First release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pep-508"
version = "0.1.0"
version = "0.2.0"
authors = ["figsoda <[email protected]>"]
edition = "2021"
description = "Python dependency parser for PEP 508"
Expand Down

0 comments on commit c0c349d

Please sign in to comment.