Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mhsp/seppmail-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
fronbasal committed Jul 31, 2023
2 parents 2cf3219 + 90ed9b9 commit a22f8c1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.0](https://github.com/mhsp/seppmail-converter/compare/v1.0.3...v1.1.0) (2023-07-31)


### Features

* **ci:** add dependabot.yml ([c6d300a](https://github.com/mhsp/seppmail-converter/commit/c6d300a7a588ca62e7b3c34f0b9bbe3cbf113115))

## [1.0.3](https://github.com/mhsp/seppmail-converter/compare/v1.0.2...v1.0.3) (2023-07-28)


Expand Down
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 = "seppmail-converter"
version = "1.0.3"
version = "1.1.0"
description = "Decode SEPPMail emails into EML files"
license = "AGPL-3.0-or-later"
authors = ["Daniel Malik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion seppmail_converter/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.3"
__version__ = "1.1.0"

0 comments on commit a22f8c1

Please sign in to comment.