Skip to content

Commit a0e4cf9

Browse files
committed
Bump version to 1.4.6
1 parent 51266a5 commit a0e4cf9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html)
88

9-
## Unreleased changes post [1.4.5]
9+
## Unreleased changes post [1.4.6]
10+
11+
## [1.4.6] - 2025-08-09
12+
### Fixed
13+
- `CallWithoutOpaque` function clause error on OTP-28
14+
- `invalid_contract` warning showed spec twice instead of success typing
15+
16+
### Changed
17+
- Update `ex_doc` to the latest version for an improved UI
18+
19+
### Docs
20+
- Add a note about the `:unknown` flag to the "Default Flags" section in the README
21+
- Fix dead hex doc links by including CI config docs in `mix.exs`'s `:docs`
22+
- Fix a typo in the README
23+
24+
### CI
25+
- Update the Ubuntu version used in CI to 24.04
1026

1127
## [1.4.5] - 2024-11-17
1228

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/jeremyjh/dialyxir"
5-
@version "1.4.5"
5+
@version "1.4.6"
66

77
def project do
88
[

0 commit comments

Comments
 (0)