Skip to content

Commit df94c22

Browse files
committed
Bump version for release
1 parent 962dde5 commit df94c22

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.2 (2024-10-10)
2+
3+
- Add TRANSCRIPTS to `AV::METADATA::FIELDS`
4+
15
# 0.4.1 (2023-02-21)
26

37
- Add `BerkeleyLibrary::AV::Config.log_settings!`

lib/berkeley_library/av/core/module_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ModuleInfo
88
SUMMARY = 'UC Berkeley Library audio/video core code'.freeze
99
DESCRIPTION = 'Gem for UC Berkeley Library shared audio/video code'.freeze
1010
LICENSE = 'MIT'.freeze
11-
VERSION = '0.4.1'.freeze
11+
VERSION = '0.4.2'.freeze
1212
HOMEPAGE = 'https://github.com/BerkeleyLibrary/av-core'.freeze
1313

1414
private_class_method :new

0 commit comments

Comments
 (0)