Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hasansezertasan committed Sep 16, 2023
1 parent bda9df8 commit b8405fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

## [Unreleased]

- Nothing yet.

## [0.2.0] - 2023-09-16

### Added

- Module itself with poetry.
Expand Down Expand Up @@ -42,4 +46,5 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic

<!-- Versions -->
[unreleased]: https://github.com/hasansezertasan/chrome-version/compare/0.1.0...HEAD
[0.2.0]: https://github.com/hasansezertasan/chrome-version/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/hasansezertasan/chrome-version/releases/tag/0.1.0
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "chrome-version"
version = "0.1.0"
version = "0.2.0"
description = "Detect the version of Chrome installed on Windows, Linux, Mac. Cross-platform using Python, native OS detection."
authors = ["hasansezertasan <hasansezertasan@gmail.com>"]
maintainers = ["hasansezertasan <hasansezertasan@gmail.com>"]
Expand Down

0 comments on commit b8405fb

Please sign in to comment.