Skip to content

Commit ca4457a

Browse files
authored
chore: rename Codex to Logos Storage (#34)
Rename Codex to Logos Storage
1 parent 1c0f313 commit ca4457a

4 files changed

Lines changed: 52 additions & 52 deletions

File tree

CHANGELOG.md

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/codex-storage/nim-serde/tree/HEAD)
3+
## [Unreleased](https://github.com/logos-storage/nim-serde/tree/HEAD)
44

5-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v.1.2.2...HEAD)
5+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v.1.2.2...HEAD)
66

77
**Merged pull requests:**
88

9-
- Update chronicles [\#33](https://github.com/codex-storage/nim-serde/pull/33) ([markspanbroek](https://github.com/markspanbroek))
10-
- fix loglevel and add log scope to allow filtering and avoid log pollution [\#30](https://github.com/codex-storage/nim-serde/pull/30) ([dryajov](https://github.com/dryajov))
11-
- ci: add matrix status job [\#29](https://github.com/codex-storage/nim-serde/pull/29) ([veaceslavdoina](https://github.com/veaceslavdoina))
9+
- Update chronicles [\#33](https://github.com/logos-storage/nim-serde/pull/33) ([markspanbroek](https://github.com/markspanbroek))
10+
- fix loglevel and add log scope to allow filtering and avoid log pollution [\#30](https://github.com/logos-storage/nim-serde/pull/30) ([dryajov](https://github.com/dryajov))
11+
- ci: add matrix status job [\#29](https://github.com/logos-storage/nim-serde/pull/29) ([veaceslavdoina](https://github.com/veaceslavdoina))
1212

13-
## [v.1.2.2](https://github.com/codex-storage/nim-serde/tree/v.1.2.2) (2024-10-23)
13+
## [v.1.2.2](https://github.com/logos-storage/nim-serde/tree/v.1.2.2) (2024-10-23)
1414

15-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v1.2.1...v.1.2.2)
15+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v1.2.1...v.1.2.2)
1616

1717
**Merged pull requests:**
1818

19-
- v1.2.2 [\#28](https://github.com/codex-storage/nim-serde/pull/28) ([emizzle](https://github.com/emizzle))
20-
- chore: bumps nim from 1.6.16 to 1.6.20 in ci [\#27](https://github.com/codex-storage/nim-serde/pull/27) ([emizzle](https://github.com/emizzle))
21-
- chore: remove unneeded echos [\#26](https://github.com/codex-storage/nim-serde/pull/26) ([emizzle](https://github.com/emizzle))
19+
- v1.2.2 [\#28](https://github.com/logos-storage/nim-serde/pull/28) ([emizzle](https://github.com/emizzle))
20+
- chore: bumps nim from 1.6.16 to 1.6.20 in ci [\#27](https://github.com/logos-storage/nim-serde/pull/27) ([emizzle](https://github.com/emizzle))
21+
- chore: remove unneeded echos [\#26](https://github.com/logos-storage/nim-serde/pull/26) ([emizzle](https://github.com/emizzle))
2222

23-
## [v1.2.1](https://github.com/codex-storage/nim-serde/tree/v1.2.1) (2024-05-21)
23+
## [v1.2.1](https://github.com/logos-storage/nim-serde/tree/v1.2.1) (2024-05-21)
2424

25-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v1.2.0...v1.2.1)
25+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v1.2.0...v1.2.1)
2626

2727
**Merged pull requests:**
2828

29-
- v1.2.1 [\#25](https://github.com/codex-storage/nim-serde/pull/25) ([emizzle](https://github.com/emizzle))
30-
- fix: force symbol resolution for types that serde de/serializes [\#24](https://github.com/codex-storage/nim-serde/pull/24) ([emizzle](https://github.com/emizzle))
31-
- feat: improve deserialization from string [\#23](https://github.com/codex-storage/nim-serde/pull/23) ([emizzle](https://github.com/emizzle))
32-
- feat: improve stint parsing [\#22](https://github.com/codex-storage/nim-serde/pull/22) ([emizzle](https://github.com/emizzle))
29+
- v1.2.1 [\#25](https://github.com/logos-storage/nim-serde/pull/25) ([emizzle](https://github.com/emizzle))
30+
- fix: force symbol resolution for types that serde de/serializes [\#24](https://github.com/logos-storage/nim-serde/pull/24) ([emizzle](https://github.com/emizzle))
31+
- feat: improve deserialization from string [\#23](https://github.com/logos-storage/nim-serde/pull/23) ([emizzle](https://github.com/emizzle))
32+
- feat: improve stint parsing [\#22](https://github.com/logos-storage/nim-serde/pull/22) ([emizzle](https://github.com/emizzle))
3333

34-
## [v1.2.0](https://github.com/codex-storage/nim-serde/tree/v1.2.0) (2024-05-14)
34+
## [v1.2.0](https://github.com/logos-storage/nim-serde/tree/v1.2.0) (2024-05-14)
3535

36-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v1.1.1...v1.2.0)
36+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v1.1.1...v1.2.0)
3737

3838
**Merged pull requests:**
3939

40-
- chore: v1.2.0 [\#21](https://github.com/codex-storage/nim-serde/pull/21) ([emizzle](https://github.com/emizzle))
41-
- fix: add missing test update [\#20](https://github.com/codex-storage/nim-serde/pull/20) ([emizzle](https://github.com/emizzle))
42-
- chore: reorganize deserialize tests [\#19](https://github.com/codex-storage/nim-serde/pull/19) ([emizzle](https://github.com/emizzle))
43-
- fix: UInt256 not correctly deserializing from string [\#18](https://github.com/codex-storage/nim-serde/pull/18) ([emizzle](https://github.com/emizzle))
40+
- chore: v1.2.0 [\#21](https://github.com/logos-storage/nim-serde/pull/21) ([emizzle](https://github.com/emizzle))
41+
- fix: add missing test update [\#20](https://github.com/logos-storage/nim-serde/pull/20) ([emizzle](https://github.com/emizzle))
42+
- chore: reorganize deserialize tests [\#19](https://github.com/logos-storage/nim-serde/pull/19) ([emizzle](https://github.com/emizzle))
43+
- fix: UInt256 not correctly deserializing from string [\#18](https://github.com/logos-storage/nim-serde/pull/18) ([emizzle](https://github.com/emizzle))
4444

45-
## [v1.1.1](https://github.com/codex-storage/nim-serde/tree/v1.1.1) (2024-05-13)
45+
## [v1.1.1](https://github.com/logos-storage/nim-serde/tree/v1.1.1) (2024-05-13)
4646

47-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v1.1.0...v1.1.1)
47+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v1.1.0...v1.1.1)
4848

4949
**Merged pull requests:**
5050

51-
- chore: v.1.1.1 [\#17](https://github.com/codex-storage/nim-serde/pull/17) ([emizzle](https://github.com/emizzle))
52-
- chore\[formatting\]: update formatting [\#16](https://github.com/codex-storage/nim-serde/pull/16) ([emizzle](https://github.com/emizzle))
53-
- add empty string test for UInt256 [\#15](https://github.com/codex-storage/nim-serde/pull/15) ([emizzle](https://github.com/emizzle))
54-
- Fix log topics [\#14](https://github.com/codex-storage/nim-serde/pull/14) ([benbierens](https://github.com/benbierens))
55-
- run changelog workflow on release [\#12](https://github.com/codex-storage/nim-serde/pull/12) ([emizzle](https://github.com/emizzle))
51+
- chore: v.1.1.1 [\#17](https://github.com/logos-storage/nim-serde/pull/17) ([emizzle](https://github.com/emizzle))
52+
- chore\[formatting\]: update formatting [\#16](https://github.com/logos-storage/nim-serde/pull/16) ([emizzle](https://github.com/emizzle))
53+
- add empty string test for UInt256 [\#15](https://github.com/logos-storage/nim-serde/pull/15) ([emizzle](https://github.com/emizzle))
54+
- Fix log topics [\#14](https://github.com/logos-storage/nim-serde/pull/14) ([benbierens](https://github.com/benbierens))
55+
- run changelog workflow on release [\#12](https://github.com/logos-storage/nim-serde/pull/12) ([emizzle](https://github.com/emizzle))
5656

57-
## [v1.1.0](https://github.com/codex-storage/nim-serde/tree/v1.1.0) (2024-02-14)
57+
## [v1.1.0](https://github.com/logos-storage/nim-serde/tree/v1.1.0) (2024-02-14)
5858

59-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v1.0.0...v1.1.0)
59+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v1.0.0...v1.1.0)
6060

6161
**Merged pull requests:**
6262

63-
- chore: v1.1.0 [\#11](https://github.com/codex-storage/nim-serde/pull/11) ([emizzle](https://github.com/emizzle))
64-
- deserialize non-prefixed stuint [\#10](https://github.com/codex-storage/nim-serde/pull/10) ([emizzle](https://github.com/emizzle))
65-
- deserialize seq\[T\] and Option\[T\] from string [\#9](https://github.com/codex-storage/nim-serde/pull/9) ([emizzle](https://github.com/emizzle))
63+
- chore: v1.1.0 [\#11](https://github.com/logos-storage/nim-serde/pull/11) ([emizzle](https://github.com/emizzle))
64+
- deserialize non-prefixed stuint [\#10](https://github.com/logos-storage/nim-serde/pull/10) ([emizzle](https://github.com/emizzle))
65+
- deserialize seq\[T\] and Option\[T\] from string [\#9](https://github.com/logos-storage/nim-serde/pull/9) ([emizzle](https://github.com/emizzle))
6666

67-
## [v1.0.0](https://github.com/codex-storage/nim-serde/tree/v1.0.0) (2024-02-13)
67+
## [v1.0.0](https://github.com/logos-storage/nim-serde/tree/v1.0.0) (2024-02-13)
6868

69-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v0.1.2...v1.0.0)
69+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v0.1.2...v1.0.0)
7070

7171
**Merged pull requests:**
7272

73-
- v1.0.0 [\#8](https://github.com/codex-storage/nim-serde/pull/8) ([emizzle](https://github.com/emizzle))
74-
- fix: change serializer funcs to procs [\#7](https://github.com/codex-storage/nim-serde/pull/7) ([emizzle](https://github.com/emizzle))
75-
- Use token for changelog generator [\#6](https://github.com/codex-storage/nim-serde/pull/6) ([veaceslavdoina](https://github.com/veaceslavdoina))
76-
- Adjust workflows for changelog generation [\#5](https://github.com/codex-storage/nim-serde/pull/5) ([veaceslavdoina](https://github.com/veaceslavdoina))
77-
- Change parseJson to JsonNode.parse [\#4](https://github.com/codex-storage/nim-serde/pull/4) ([emizzle](https://github.com/emizzle))
78-
- Add CI workflow [\#3](https://github.com/codex-storage/nim-serde/pull/3) ([emizzle](https://github.com/emizzle))
79-
- Fix deserialization of openArray\[byte\] [\#2](https://github.com/codex-storage/nim-serde/pull/2) ([emizzle](https://github.com/emizzle))
73+
- v1.0.0 [\#8](https://github.com/logos-storage/nim-serde/pull/8) ([emizzle](https://github.com/emizzle))
74+
- fix: change serializer funcs to procs [\#7](https://github.com/logos-storage/nim-serde/pull/7) ([emizzle](https://github.com/emizzle))
75+
- Use token for changelog generator [\#6](https://github.com/logos-storage/nim-serde/pull/6) ([veaceslavdoina](https://github.com/veaceslavdoina))
76+
- Adjust workflows for changelog generation [\#5](https://github.com/logos-storage/nim-serde/pull/5) ([veaceslavdoina](https://github.com/veaceslavdoina))
77+
- Change parseJson to JsonNode.parse [\#4](https://github.com/logos-storage/nim-serde/pull/4) ([emizzle](https://github.com/emizzle))
78+
- Add CI workflow [\#3](https://github.com/logos-storage/nim-serde/pull/3) ([emizzle](https://github.com/emizzle))
79+
- Fix deserialization of openArray\[byte\] [\#2](https://github.com/logos-storage/nim-serde/pull/2) ([emizzle](https://github.com/emizzle))
8080

81-
## [v0.1.2](https://github.com/codex-storage/nim-serde/tree/v0.1.2) (2024-02-08)
81+
## [v0.1.2](https://github.com/logos-storage/nim-serde/tree/v0.1.2) (2024-02-08)
8282

83-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v0.1.1...v0.1.2)
83+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v0.1.1...v0.1.2)
8484

85-
## [v0.1.1](https://github.com/codex-storage/nim-serde/tree/v0.1.1) (2024-02-07)
85+
## [v0.1.1](https://github.com/logos-storage/nim-serde/tree/v0.1.1) (2024-02-07)
8686

87-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/v0.1.0...v0.1.1)
87+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/v0.1.0...v0.1.1)
8888

89-
## [v0.1.0](https://github.com/codex-storage/nim-serde/tree/v0.1.0) (2024-02-07)
89+
## [v0.1.0](https://github.com/logos-storage/nim-serde/tree/v0.1.0) (2024-02-07)
9090

91-
[Full Changelog](https://github.com/codex-storage/nim-serde/compare/5a8e85449d9320d2277bc9aadf1daae61c7f057b...v0.1.0)
91+
[Full Changelog](https://github.com/logos-storage/nim-serde/compare/5a8e85449d9320d2277bc9aadf1daae61c7f057b...v0.1.0)
9292

9393

9494

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Codex Storage
1+
Copyright (c) 2025 Logos Storage
22

33
Licensed and distributed under either of
44
[MIT license](http://opensource.org/licenses/MIT) or

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ let jsn2 = """{
4444
}"""
4545
assert !MyType2.fromJson(jsn2) == MyType2(field1: false, field2: true)
4646
47-
# Note, the ! operator is part of https://github.com/codex-storage/questionable, which retrieves a value if set
47+
# Note, the ! operator is part of https://github.com/logos-storage/questionable, which retrieves a value if set
4848
```
4949

5050
Serialize all fields of a type (OptOut mode):

nimble.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"questionable": {
106106
"version": "0.10.15",
107107
"vcsRevision": "82d90b67bcfb7f2e918b61dace2ff1a4ced60935",
108-
"url": "https://github.com/codex-storage/questionable",
108+
"url": "https://github.com/logos-storage/questionable",
109109
"downloadMethod": "git",
110110
"dependencies": [],
111111
"checksums": {

0 commit comments

Comments
 (0)