Release ruma-common 0.7.0
This commit is contained in:
		
							parent
							
								
									2b7f873eeb
								
							
						
					
					
						commit
						b29755f0c5
					
				| @ -22,7 +22,7 @@ server = [] | ||||
| [dependencies] | ||||
| ruma-api = { version = "0.18.5", path = "../ruma-api" } | ||||
| ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", features = ["client"], optional = true } | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-events = { version = "0.24.6", path = "../ruma-events" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
|  | ||||
| @ -29,7 +29,7 @@ js_int = { version = "0.2.0", features = ["serde"] } | ||||
| maplit = "1.0.2" | ||||
| percent-encoding = "2.1.0" | ||||
| ruma-api = { version = "0.18.5", path = "../ruma-api" } | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-events = { version = "0.24.6", path = "../ruma-events" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
|  | ||||
| @ -43,7 +43,7 @@ isahc-crate = { package = "isahc", version = "1.3.1", optional = true } | ||||
| reqwest = { version = "0.11.4", optional = true, default-features = false } | ||||
| ruma-api = { version = "0.18.5", path = "../ruma-api" } | ||||
| ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", optional = true, features = ["client"] } | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
| serde = { version = "1.0.118", features = ["derive"] } | ||||
|  | ||||
| @ -1,5 +1,12 @@ | ||||
| # [unreleased] | ||||
| 
 | ||||
| # 0.7.0 | ||||
| 
 | ||||
| Breaking changes: | ||||
| 
 | ||||
| * Update `ruma-identifiers` dependency | ||||
| * Use new `Base64` type for `key` field of `SignedKey` | ||||
| 
 | ||||
| # 0.6.0 | ||||
| 
 | ||||
| Breaking changes: | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| [package] | ||||
| name = "ruma-common" | ||||
| version = "0.6.0" | ||||
| version = "0.7.0" | ||||
| description = "Common types for other ruma crates." | ||||
| homepage = "https://www.ruma.io/" | ||||
| keywords = ["matrix", "chat", "messaging", "ruma"] | ||||
|  | ||||
| @ -31,7 +31,7 @@ criterion = { version = "0.3.3", optional = true } | ||||
| indoc = "1.0" | ||||
| js_int = { version = "0.2.0", features = ["serde"] } | ||||
| pulldown-cmark = { version = "0.8", default-features = false, optional = true } | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-events-macros = { version = "=0.24.6", path = "../ruma-events-macros" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers", features = ["serde"] } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
|  | ||||
| @ -25,7 +25,7 @@ server = [] | ||||
| [dependencies] | ||||
| js_int = { version = "0.2.0", features = ["serde"] } | ||||
| ruma-api = { version = "0.18.5", path = "../ruma-api" } | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-events = { version = "0.24.6", path = "../ruma-events" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
|  | ||||
| @ -20,7 +20,7 @@ server = [] | ||||
| [dependencies] | ||||
| js_int = { version = "0.2.0", features = ["serde"] } | ||||
| ruma-api = { version = "0.18.5", path = "../ruma-api" } | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
| serde = { version = "1.0.118", features = ["derive"] } | ||||
|  | ||||
| @ -20,7 +20,7 @@ server = [] | ||||
| [dependencies] | ||||
| js_int = { version = "0.2.0", features = ["serde"] } | ||||
| ruma-api = { version = "0.18.5", path = "../ruma-api" } | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-events = { version = "0.24.6", path = "../ruma-events" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
|  | ||||
| @ -23,7 +23,7 @@ __ci = ["ruma-events/unstable-pre-spec"] | ||||
| [dependencies] | ||||
| itertools = "0.10.0" | ||||
| js_int = "0.2.0" | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-events = { version = "0.24.6", path = "../ruma-events" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers" } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
|  | ||||
| @ -141,7 +141,7 @@ __ci = [ | ||||
| assign = "1.1.1" | ||||
| js_int = "0.2.0" | ||||
| 
 | ||||
| ruma-common = { version = "0.6.0", path = "../ruma-common" } | ||||
| ruma-common = { version = "0.7.0", path = "../ruma-common" } | ||||
| ruma-identifiers = { version = "0.21.0", path = "../ruma-identifiers", features = ["serde"] } | ||||
| ruma-serde = { version = "0.6.0", path = "../ruma-serde" } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user