dcm_dict 0.53.0 → 0.56.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: f9cefdf560d3f2ae752f372b8623c4a9024816335c1c640b1ad547233428a8eb
4
- data.tar.gz: 94bae2439df241e39ba809b351d22bfaaee713fa1cda97d95b3b9220ab896583
3
+ metadata.gz: f7f036bdaa05ae59ec3939481293ef38629f7a5bffb8ff27565ae5167ed73cb9
4
+ data.tar.gz: b4fd27db5752040e8b24c3a8c6625e5f3b53fbebb4711a7f0d96fbf8d4562500
5
5
  SHA512:
6
- metadata.gz: 72bce15a0e17ea6ab74e5a09a9cc6829dc4bc49774b188809be84e04434aa737879990083f5c8347263baf6fa0a4881bd5f0a91d2d331ee159729cced9ca38e6
7
- data.tar.gz: e001c978002712c4a9e407b9a128cd55bcb485ade6e881c6bd1f94469bc1233419e912247c70d93e7e57b54ff30978007d031c3a7716c2e1b1e624095b09dea8
6
+ metadata.gz: 194cd4c23591d732750ec28c77ef598a53786e31a59bb65a205c8f64a70f10ef704b4d29156ea93571fd38b6dbd928ea1393e03a976dfd97851f0a8a25ce7cd8
7
+ data.tar.gz: ed79ddd5bfa4f54096a525f1642eec654b076743291d2c2380e7c5b0145f56c006d5d43790ca30cb79d76d256b49e8968214268d7206b47cb3ecf3795f616f99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # DcmDict project Changelog
2
2
 
3
+ ___
4
+ ## v0.56.0 (2023-12-15)
5
+ * Update to 2023e Base Standard
6
+ ___
7
+ ## v0.55.0 (2023-09-20)
8
+ * Update to 2023d Base Standard
9
+ * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
10
+ ___
11
+ ## v0.54.0 (2023-07-16)
12
+ * Update to 2023c Base Standard
3
13
  ___
4
14
  ## v0.53.0 (2023-05-03)
5
15
  * Update to 2023b Base Standard
data/README.md CHANGED
@@ -294,7 +294,7 @@ Note: the script use the [Nokogiri][3] as XML parser if installed as gem, otherw
294
294
  Check the file for other details.
295
295
 
296
296
  ## Note
297
- Current library version is aligned to *DICOM Base Standard* **2023b**
297
+ Current library version is aligned to *DICOM Base Standard* **2023e**
298
298
 
299
299
  ## Install
300
300