Skip to content

Commit b1cd853

Browse files
committed
Bump 0.11.0
1 parent 27a4d25 commit b1cd853

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.11.0] - 2026-03-26
11+
1012
### Added
1113

1214
- Per-serializer `output_dir` override via `typelizer_config`. Interfaces are written to their configured directory while the shared `index.ts` barrel generates correct relative import paths. ([@skryukov])
@@ -459,7 +461,8 @@ and this project adheres to [Semantic Versioning].
459461
[@skryukov]: https://github.com/skryukov
460462
[@ventsislaf]: https://github.com/ventsislaf
461463
462-
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.10.0...HEAD
464+
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.11.0...HEAD
465+
[0.11.0]: https://github.com/skryukov/typelizer/compare/v0.10.0...v0.11.0
463466
[0.10.0]: https://github.com/skryukov/typelizer/compare/v0.9.3...v0.10.0
464467
[0.9.3]: https://github.com/skryukov/typelizer/compare/v0.9.2...v0.9.3
465468
[0.9.2]: https://github.com/skryukov/typelizer/compare/v0.9.1...v0.9.2

lib/typelizer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Typelizer
4-
VERSION = "0.10.0"
4+
VERSION = "0.11.0"
55
end

0 commit comments

Comments
 (0)