dcm_dict 0.38.0 → 0.39.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b1006cbbf4d9d4f1b0f7685ac1f3851fad5a4e104ff7be3fe79cd2f0bd24f2c
4
- data.tar.gz: a6f533d2bc065def1c021ee179938996d12401569f38f557810c0e5b6249520f
3
+ metadata.gz: bab319b2cdf2416bd21b8aa3cf9a9e8f31b77a41f81f8c55c1537e3d792bd77c
4
+ data.tar.gz: b587653f42aff4e544dea7464b863d858d7e858c6515f117c85d90d2ce74ea06
5
5
  SHA512:
6
- metadata.gz: 72bdb66ba7bfd3456c26b389db77ea7ddfe816b31971f2c96f9b07dd2a1fab315388c074bbceb608f1453ec20b19fa8aa970bb0efe09acff61999b736f3a2376
7
- data.tar.gz: e43072327bc89e3ea2cd1e3db741914208e9a8800df5a8abe481e6933dbff3238fef6a12b288c750e55abfd214e61b76e676cf794134242694a0824aa781834e
6
+ metadata.gz: 73a0eb716e06424e6e95d5d56c50e03f4c3803d5d7491b6e7ec56828413dee926706f6cd1c05b9e2a8ca29a6ce14a8e9d89dbc9d1d18c7ac5ae8aec0026d896e
7
+ data.tar.gz: '05178f0ef6cc32838ff6642eed455d13c739926f7f684c933c82f3d38a0430d3ec0e0b0ceaf78cf2e3131253d4e9a5ea005595dd21253bac3b2255643d3f7a32'
data/CHANGELOG.md CHANGED
@@ -1,7 +1,15 @@
1
1
  # DcmDict project Changelog
2
2
 
3
+ ___
4
+ ## v0.39.0 (2022-07-29)
5
+ * Update to 2022c Base Standard
6
+ ___
7
+ ## v0.38.1 (2022-04-29)
8
+ * Fix Changelog for release 0.38.0
9
+ * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
10
+ ___
3
11
  ## v0.38.0 (2022-04-29)
4
- * Update to 2022a Base Standard
12
+ * Update to 2022b Base Standard
5
13
  ___
6
14
  ## v0.37.0 (2022-01-30)
7
15
  * Update to 2022a Base Standard
data/README.md CHANGED
@@ -287,7 +287,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
287
287
  Check the file for other details.
288
288
 
289
289
  ## Note
290
- Current library version is aligned to *DICOM Base Standard* **2022b**
290
+ Current library version is aligned to *DICOM Base Standard* **2022c**
291
291
 
292
292
  ## Install
293
293