Skip to content

Commit

Permalink
Version 2.1.0, bump core to 0.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed May 27, 2023
1 parent 1035bc9 commit 2f66a0d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
php: ['8.0', '8.1']
php: ['8.0', '8.1', '8.2']

services:
mariadb:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Fixed
### Security

## [2.1.0] - 2023-05-27
### Notes
- [:ledger: View file changes][2.1.0]
### Changed
- Bumped core to version 0.81.*.

## [2.0.0] - 2022-07-04
### Notes
- [:ledger: View file changes][2.0.0]
Expand Down Expand Up @@ -225,6 +231,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[0.44.0-bc-parameter-structure]: https://github.com/php-telegram-bot/telegram-bot-manager/wiki/Breaking-backwards-compatibility#parameter-structure-changed "Parameter structure changed"

[Unreleased]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/master...develop
[2.1.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/2.0.0...2.1.0
[2.0.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.7.0...2.0.0
[1.7.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.6.0...1.7.0
[1.6.0]: https://github.com/php-telegram-bot/telegram-bot-manager/compare/1.5.0...1.6.0
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation and usage is pretty straight forward:
### Require this package with [Composer]

```bash
composer require php-telegram-bot/telegram-bot-manager:^2.0.0
composer require php-telegram-bot/telegram-bot-manager:^2.1
```

**NOTE:** This will automatically also install [PHP Telegram Bot][github-tgbot-core] into your project (if it isn't already).
Expand All @@ -33,12 +33,12 @@ It is possible however, to override the core version that this library requires:

```yaml
"require": {
"php-telegram-bot/telegram-bot-manager": "^2.0.0",
"longman/telegram-bot": "dev-master as 0.78"
"php-telegram-bot/telegram-bot-manager": "^2.1",
"longman/telegram-bot": "dev-master as 0.81"
}
```

This example will pull the master version of the core library, making it appear to be version 0.78, which then satisfies the requirement.
This example will pull the master version of the core library, making it appear to be version 0.81, which then satisfies the requirement.

### Performing actions

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": "^8.0",
"longman/telegram-bot": "^0.78",
"longman/telegram-bot": "^0.81",
"longman/ip-tools": "^1.2",
"psr/log": "^1.0|^2.0|^3.0"
},
Expand Down

0 comments on commit 2f66a0d

Please sign in to comment.