Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
1 parent 771dc04 commit 588f9b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/NEIAAC/e-neiler/compare/v2.1.1...v3.0.0) (2024-10-24)


### ⚠ BREAKING CHANGES

* add graphical user interface ([#10](https://github.com/NEIAAC/e-neiler/issues/10))

### Features

* add graphical user interface ([#10](https://github.com/NEIAAC/e-neiler/issues/10)) ([771dc04](https://github.com/NEIAAC/e-neiler/commit/771dc043e9d97937007a9315e031d16f73364ace))

## [2.1.1](https://github.com/NEIAAC/e-neiler/compare/v2.1.0...v2.1.1) (2024-09-21)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]

name = "e-neiler"
version = "2.1.1"
version = "3.0.0"
description = "Fully customizable SMTP e-mailer desktop app."
dependencies = [
"pyside6==6.7.3",
Expand Down
2 changes: 1 addition & 1 deletion src/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.1"
__version__ = "3.0.0"

0 comments on commit 588f9b2

Please sign in to comment.