dcm_dict 0.37.0 → 0.38.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: 720eef7d82c74e43216877a18b747a93497a311b941c225788946ef86a9ef965
4
- data.tar.gz: 2db5b5ff932943d65e221fb038f26b1753211d1b31558c3193be7780f33cd0b6
3
+ metadata.gz: 9b1006cbbf4d9d4f1b0f7685ac1f3851fad5a4e104ff7be3fe79cd2f0bd24f2c
4
+ data.tar.gz: a6f533d2bc065def1c021ee179938996d12401569f38f557810c0e5b6249520f
5
5
  SHA512:
6
- metadata.gz: f41f34fab029c15a51cc6d353efd76882b7b31adc5f1dd3a31cf04cc594dad6989ffacf6a0cc5bef4e75c4efb9282ae004eb460bdab5427cdc184378bef1a9d2
7
- data.tar.gz: fba1f1b445f082323013b8a7f2853bf1fe79c76ca15804fd5e368439f879b58b7f89cee57c87859de7a07de7eaf78c3532cfa29858f329c485b497f1024a9062
6
+ metadata.gz: 72bdb66ba7bfd3456c26b389db77ea7ddfe816b31971f2c96f9b07dd2a1fab315388c074bbceb608f1453ec20b19fa8aa970bb0efe09acff61999b736f3a2376
7
+ data.tar.gz: e43072327bc89e3ea2cd1e3db741914208e9a8800df5a8abe481e6933dbff3238fef6a12b288c750e55abfd214e61b76e676cf794134242694a0824aa781834e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # DcmDict project Changelog
2
2
 
3
+ ## v0.38.0 (2022-04-29)
4
+ * Update to 2022a Base Standard
5
+ ___
3
6
  ## v0.37.0 (2022-01-30)
4
7
  * Update to 2022a Base Standard
5
8
  ___
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* **2022a**
290
+ Current library version is aligned to *DICOM Base Standard* **2022b**
291
291
 
292
292
  ## Install
293
293