dcm_dict 0.54.0 → 0.56.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22a6f33ff61257ef24c834343e5c485bdcd902d9e65c488631c57bdf6d23a8dd
4
- data.tar.gz: 18e842c3f68f13fa05c6284354cbcb7971b8a910378444d5a9a020c5bb16804b
3
+ metadata.gz: f7f036bdaa05ae59ec3939481293ef38629f7a5bffb8ff27565ae5167ed73cb9
4
+ data.tar.gz: b4fd27db5752040e8b24c3a8c6625e5f3b53fbebb4711a7f0d96fbf8d4562500
5
5
  SHA512:
6
- metadata.gz: 4323b640801829d6f5fe0ba0766af5b1cfc7a9d7f2fca7bbaada27bc9555157d51f29265ef14bdbe97ccdc5494b61080d2074d8dce38b45852a7dd20ae06bb5a
7
- data.tar.gz: 24c80f582036fa9f0e560f22ee3697ec5a132949280715c217542ffc199d23b4fc238af44f7cca2beba49e5a13cf18f54d72a6d05bea579cc7df11e2921ba670
6
+ metadata.gz: 194cd4c23591d732750ec28c77ef598a53786e31a59bb65a205c8f64a70f10ef704b4d29156ea93571fd38b6dbd928ea1393e03a976dfd97851f0a8a25ce7cd8
7
+ data.tar.gz: ed79ddd5bfa4f54096a525f1642eec654b076743291d2c2380e7c5b0145f56c006d5d43790ca30cb79d76d256b49e8968214268d7206b47cb3ecf3795f616f99
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
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)
3
10
  ___
4
11
  ## v0.54.0 (2023-07-16)
5
12
  * Update to 2023c 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* **2023c**
297
+ Current library version is aligned to *DICOM Base Standard* **2023e**
298
298
 
299
299
  ## Install
300
300