Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 20, 2024
1 parent 9140cb1 commit 9c62956
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Expand Up @@ -5,14 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.5.1](https://github.com/loophp/collection/compare/7.5.0...7.5.1)
## [7.5.2](https://github.com/loophp/collection/compare/7.5.1...7.5.2)

### Commits

- refactor: minor SA update `Tails` operation [`acb6d8f`](https://github.com/loophp/collection/commit/acb6d8fe3805b6be531053812bea2aea68458750)
- refactor: remove obsolete `All` class [`9140cb1`](https://github.com/loophp/collection/commit/9140cb1760c7f25985dac317075336d0a814e7f7)

## [7.5.1](https://github.com/loophp/collection/compare/7.5.0...7.5.1) - 2024-02-19

### Merged

- loophp/iterators: 3.1.1 -> 3.2.0 [`#337`](https://github.com/loophp/collection/pull/337)

### Commits

- docs: update changelog [`179c2a5`](https://github.com/loophp/collection/commit/179c2a5c98a0aa1045860da9c21d7336cc2de37e)
- chore: autofix code style [`2cbba52`](https://github.com/loophp/collection/commit/2cbba5284fbab77f5ec91c317fbe7836f87648b1)

## [7.5.0](https://github.com/loophp/collection/compare/7.4.0...7.5.0) - 2024-01-22
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = u'7.5.0'
version = u'7.5.2'
# The full version, including alpha/beta/rc tags.
release = u'7.5.0'
release = u'7.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 9c62956

Please sign in to comment.