Skip to content

Commit 1776567

Browse files
committed
0.2
1 parent f9a1ed0 commit 1776567

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

Changes

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Revision history for Chemistry::Elements
22

33
{{$NEXT}}
4+
5+
0.2 2024-08-07T12:51:52+02:00
46
- Initial version

META6.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"META6",
3131
"Test::META"
3232
],
33-
"version": "0.001004"
33+
"version": "0.2"
3434
}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions) [![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions) [![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/windows.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions)
1+
[![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/linux.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions) [![Actions Status](https://github.com/raku-community-modules/Chemistry-Elements/actions/workflows/macos.yml/badge.svg)](https://github.com/raku-community-modules/Chemistry-Elements/actions)
22

33
NAME
44
====

lib/Chemistry/Elements.rakumod

+3-3
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,10 @@ my constant %names =
184184

185185
#| Do various things with chemical elements. Convert between symbols,
186186
#| names, and atomic numbers.
187-
class Chemistry::Elements:auth<zef:raku-community-modules>:ver<0.001004> {
187+
class Chemistry::Elements:auth<zef:raku-community-modules>:ver<0.2> {
188188

189-
# https://rt.perl.org/Ticket/Display.html?id=126763
190-
# http://stackoverflow.com/q/40097868/2766176
189+
# https://rt.perl.org/Ticket/Display.html?id=126763
190+
# http://stackoverflow.com/q/40097868/2766176
191191
#| A Str that is one of the known chemical symbols
192192
subset ZInt of Cool is export where {
193193
state ( $min, $max ) = %names.keys.sort( { $^a <=> $^b } ).[0,*-1];

0 commit comments

Comments
 (0)