Skip to content

Commit

Permalink
added johhny changelogs for versions 2024.48.1 and 2024.48.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amaksimovv committed Dec 13, 2024
1 parent d8f7750 commit 9a5b1ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/changelog/johnny-changelog.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ hide:
---
# Johnny Changelog

### [2024.48.2] - 2024-12-13

- Fixed crash when processing some `gradle-dependency-tree.txt` files
- Fixed parsing of npm and yarn lock files paired with a manifest

### [2024.48.1] - 2024-12-10

- Added support for multiple versions of a single package in the `poetry.lock` file
- Added the ability to run without waiting for analysis results (`--no-wait` parameter)

### [2024.48.0] – 2024-11-29

- Added support for parsing Conda ecosystem manifests: `environment.yml`, `meta.yml`, `conda-lock.yml`
Expand Down
10 changes: 10 additions & 0 deletions docs/changelog/johnny-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ hide:
---
# Johnny Changelog

### [2024.48.2] - 2024-12-13

- Исправлено аварийное завершение при обработке некоторых файлов `gradle-dependency-tree.txt`
- Исправлен парсинг lock-файлов npm и yarn в паре с манифестом

### [2024.48.1] - 2024-12-10

- Добавлена поддержка множественности версий одного пакета в файле `poetry.lock`
- Добавлена возможность запуска без ожидания результатов анализа (параметр `--no-wait`)

### [2024.48.0] – 2024-11-29

- Добавлена поддержка парсинга манифестов экосистемы Conda: `environment.yml`, `meta.yml`, `conda-lock.yml`
Expand Down

0 comments on commit 9a5b1ad

Please sign in to comment.