Skip to content

Commit 2714af3

Browse files
committed
add changelog and modify freeze
1 parent 9ef2aaa commit 2714af3

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.5.0 (2025-11-06)
2+
3+
- AP-487: correctly declare mime type for mp3s
4+
- dependency updates and explicit support for ruby 3.3+
5+
16
# 0.4.3 (2025-11-04)
27

38
- BerkeleyLibrary::AV::Metadata::Readers:TIND now uses the /api/v1/search endpoint to retrieve records. The public /search endpoint stopped working for non-browser/human clients in the past week due to TIND changes.

lib/berkeley_library/av/core/module_info.rb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1+
# frozen_string_literal: true
2+
13
module BerkeleyLibrary
24
module AV
35
module Core
46
class ModuleInfo
5-
NAME = 'berkeley_library-av-core'.freeze
7+
NAME = 'berkeley_library-av-core'
68
AUTHORS = ['David Moles', 'maría a. matienzo'].freeze
79
AUTHOR_EMAILS = ['[email protected]', '[email protected]'].freeze
8-
SUMMARY = 'UC Berkeley Library audio/video core code'.freeze
9-
DESCRIPTION = 'Gem for UC Berkeley Library shared audio/video code'.freeze
10-
LICENSE = 'MIT'.freeze
11-
VERSION = '0.5.0'.freeze
12-
HOMEPAGE = 'https://github.com/BerkeleyLibrary/av-core'.freeze
10+
SUMMARY = 'UC Berkeley Library audio/video core code'
11+
DESCRIPTION = 'Gem for UC Berkeley Library shared audio/video code'
12+
LICENSE = 'MIT'
13+
VERSION = '0.5.0'
14+
HOMEPAGE = 'https://github.com/BerkeleyLibrary/av-core'
1315

1416
private_class_method :new
1517
end

0 commit comments

Comments
 (0)