Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.1...v2.0.0) (2024-10-08)

### Features

* add Laravel 10 support ([9084df7](9084df7))

### BREAKING CHANGES

* Requires Laravel v10 or above

fix: phpstan ignore mocks

fix: add missing package

test: add test with attachments included

ci: only run supported versions of php

chore: clean up

fix: change method to set attachment headers

ci: change phpunit schema in runtime

fix: fix typing

fix: include phpunit and phpstan in composer.json

ci: update workflow

build: basic docker compose for local development

feat: Laravel 10 compatability
  • Loading branch information
semantic-release-bot committed Oct 8, 2024
1 parent 9084df7 commit d2ef1ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Laravel Lime Newsletter Mail Driver",
"type": "library",
"license": "MIT",
"version": "1.2.1",
"version": "2.0.0",
"authors": [
{
"name": "Lundalogik"
Expand Down Expand Up @@ -38,4 +38,4 @@
"illuminate/contracts": "^10.0",
"symfony/mailer": "^6.2"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.2.1"
"version": "2.0.0"
}

0 comments on commit d2ef1ca

Please sign in to comment.