Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Jul 11, 2022
1 parent 1f1110f commit 0291cbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->
## Unreleased

## 6.0.0 - 2022-07-11
- Make private library public
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
VysokeSkoly/UtilsBundle
=======================

[![Latest Stable Version](https://img.shields.io/packagist/v/vysokeskoly/utils-bundle.svg)](https://packagist.org/packages/vysokeskoly/utils-bundle)
[![License](https://img.shields.io/packagist/l/vysokeskoly/utils-bundle.svg)](https://packagist.org/packages/vysokeskoly/utils-bundle)
[![Checks](https://github.com/vysokeskoly/utils-bundle/actions/workflows/checks.yaml/badge.svg)](https://github.com/vysokeskoly/utils-bundle/actions/workflows/checks.yaml)
[![Build](https://github.com/vysokeskoly/utils-bundle/actions/workflows/php-checks.yaml/badge.svg)](https://github.com/vysokeskoly/utils-bundle/actions/workflows/php-checks.yaml)

## Installation

```json
{
"require": {
"vysokeskoly/utils-bundle": "^3.0"
"vysokeskoly/utils-bundle": "^6.0"
}
}
```

0 comments on commit 0291cbf

Please sign in to comment.