dcm_dict 0.38.0 → 0.40.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: 9b1006cbbf4d9d4f1b0f7685ac1f3851fad5a4e104ff7be3fe79cd2f0bd24f2c
4
- data.tar.gz: a6f533d2bc065def1c021ee179938996d12401569f38f557810c0e5b6249520f
3
+ metadata.gz: 5b0b9681b6c55ad0cf6f823e448564473a93f655b52796a073f0ff160225fccf
4
+ data.tar.gz: db7981b74f58babef153fbda077ca42d006bc7c327e57b75ab0218fcedebe983
5
5
  SHA512:
6
- metadata.gz: 72bdb66ba7bfd3456c26b389db77ea7ddfe816b31971f2c96f9b07dd2a1fab315388c074bbceb608f1453ec20b19fa8aa970bb0efe09acff61999b736f3a2376
7
- data.tar.gz: e43072327bc89e3ea2cd1e3db741914208e9a8800df5a8abe481e6933dbff3238fef6a12b288c750e55abfd214e61b76e676cf794134242694a0824aa781834e
6
+ metadata.gz: 52c3e2fdb39992ecf3bd1e0961def79fc491627a202131c0d10573a428cd3ae59cab9bae5075e01e4c3bcfcd54ec0680579529cc1d6075d3c60073fd4e047719
7
+ data.tar.gz: a8b970e4d238c678e09b7cf04bbb3ed36f1fe4f5729798259cd5835976bb7d13e0888693492ee433651ac147a778009fdd68133438b84452a99fafb9c57cf4b7
data/CHANGELOG.md CHANGED
@@ -1,7 +1,18 @@
1
1
  # DcmDict project Changelog
2
2
 
3
+ ___
4
+ ## v0.40.0 (2022-11-25)
5
+ * Update to 2022d Base Standard
6
+ ___
7
+ ## v0.39.0 (2022-07-29)
8
+ * Update to 2022c Base Standard
9
+ ___
10
+ ## v0.38.1 (2022-04-29)
11
+ * Fix Changelog for release 0.38.0
12
+ * Not publish on [RubyGems](https://rubygems.org/gems/dcm_dict)
13
+ ___
3
14
  ## v0.38.0 (2022-04-29)
4
- * Update to 2022a Base Standard
15
+ * Update to 2022b Base Standard
5
16
  ___
6
17
  ## v0.37.0 (2022-01-30)
7
18
  * 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* **2022d**
291
291
 
292
292
  ## Install
293
293