Skip to content

Commit

Permalink
Document release cycle and BC policy
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Nov 17, 2022
1 parent 46f2eb3 commit b1263a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -79,3 +79,13 @@ hasNoticeThatPasses(callable $predicate): bool
hasInfoThatPasses(callable $predicate): bool
hasDebugThatPasses(callable $predicate): bool
```

## Release Cycle

This library is considered stable. No new development is currently planned unless needed to fix issues or maintain compatibility with the psr/log library.

Issues and PRs for bug fixes are welcome and will be merged/released on an as-needed basis.

## Backward Compatibility

This library strictly follows SemVer using [Symfony's BC Promise](https://symfony.com/doc/current/contributing/code/bc.html) as a guide.

0 comments on commit b1263a7

Please sign in to comment.