Skip to content

Commit 7db64c7

Browse files
authored
Merge pull request #42 from matsoftware/release-v152
Release 1.5.2
2 parents 98a9f57 + 3a5e08b commit 7db64c7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## UNRELEASED
8+
## [1.5.2](https://github.com/matsoftware/swift-code-metrics/releases/tag/1.5.2) - 2022-01-02
99

1010
### Added
1111

1212
- Python 3.8 support
1313

1414
### Fixed
1515

16-
- [Issue#37](https://github.com/matsoftware/swift-code-metrics/issues/37) Support for M1 architecture
16+
- [Issue#33](https://github.com/matsoftware/swift-code-metrics/issues/33) Crash trying to run with generate-graphs
1717
- [Issue#34](https://github.com/matsoftware/swift-code-metrics/issues/34) Improved dependencies resolution
18+
- [Issue#37](https://github.com/matsoftware/swift-code-metrics/issues/37) Support for M1 architecture
1819

1920
## [1.5.1](https://github.com/matsoftware/swift-code-metrics/releases/tag/1.5.1) - 2020-02-09
2021

swift_code_metrics/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.5.1"
1+
VERSION = "1.5.2"

0 commit comments

Comments
 (0)