Skip to content

Commit

Permalink
Изменёна версия
Browse files Browse the repository at this point in the history
  • Loading branch information
kalenchukov committed Jul 8, 2023
1 parent ab7864e commit 7ea2f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Журнал изменений
## vX.X.X - XX.XX.XXXX
## v1.7.0 - 08.07.2023
### Добавлено
* Добавлен метод Numerable.getMin().
* Добавлен метод Numerable.getMax().
Expand All @@ -9,12 +9,6 @@
* Переименован метод Numerable.get() -> Numerable.toList().
* Изменена версия Java на 17.

### Исправлено
*

### Удалено
*

## v1.6.0 - 14.05.2023
### Добавлено
* Добавлена четвертичная система счисления.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

<groupId>dev.kalenchukov</groupId>
<artifactId>numeral-system</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>

<name>NumeralSystem</name>
<description>Системы счисления</description>
Expand Down

0 comments on commit 7ea2f3e

Please sign in to comment.